Description Usage Arguments Value References Examples
View source: R/lakeMinorAxisLength.R
Minor axis length is defined as the minimum length spanning the convex hull of a lake.
1 | lakeMinorAxisLength(inLakeMorpho, addLine = TRUE)
|
inLakeMorpho |
An object of |
addLine |
Boolean to determine if the selected minor axis line should be added to the inLakeMorpho object. Defaults to True |
This returns a numeric value indicating the length of the minor axis in the lake. Units are the same as the input data.
1 2 | data(lakes)
lakeMinorAxisLength(inputLM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.