For the wetted width metrics 'n_w', 'xwidth', and 'sdwidth' in metsChannelMorphology.R the wetted width measurement for the K transect is not used in these calculations. I can see where the K transect gets subsetted out; around line 145 in this code bit:
You can verify by checking that n_w is 20 (stations 0 and 5/7 for transects A - J = 20) for the test data metrics in your test scripts. I'm getting n_w = 21 for some sites (with corresponding small differences in xwidth and sdwidth).
For the wetted width metrics 'n_w', 'xwidth', and 'sdwidth' in metsChannelMorphology.R the wetted width measurement for the K transect is not used in these calculations. I can see where the K transect gets subsetted out; around line 145 in this code bit:
You can verify by checking that n_w is 20 (stations 0 and 5/7 for transects A - J = 20) for the test data metrics in your test scripts. I'm getting n_w = 21 for some sites (with corresponding small differences in xwidth and sdwidth).
Why wouldn't all the available data be used?