lakeMinorAxisLength {lakemorpho} | R Documentation |
Calculate the length of the minor axis for lake
Description
Minor axis length is defined as the minimum length spanning the convex hull of a lake.
Usage
lakeMinorAxisLength(inLakeMorpho, addLine = TRUE)
Arguments
inLakeMorpho |
An object of |
addLine |
Boolean to determine if the selected minor axis line should be added to the inLakeMorpho object. Defaults to True |
Value
This returns a numeric value indicating the length of the minor axis in the lake. Units are the same as the input data.
References
Examples
data(lakes)
lakeMinorAxisLength(inputLM)
[Package lakemorpho version 1.3.2 Index]