ogsDistance {sarp.snowprofile.alignment} | R Documentation |
Calculate the difference (i.e. distance) in layer ogs
ogsDistance(ogs1, ogs2, normalize = FALSE, absDist = TRUE)
ogs1 |
numeric ogs values (1D array) |
ogs2 |
numeric ogs values (1D array) |
normalize |
Should result be normalized? boolean, default False. |
absDist |
Interested in absolute distance? default True. |
numeric ogs distance
pbillecocq