View source: R/lakeMinorMajorAxisRatio.R
lakeMinorMajorRatio | R Documentation |
Major axis length is defined as the maximum length spanning the convex hull of a lake. Minor axis length is defined as the minimum length spanning the convex hull of a lake.
lakeMinorMajorRatio(inLakeMorpho, addLine = TRUE)
inLakeMorpho |
An object of |
addLine |
Boolean to determine if the selected major and minor axis lines should be added to the inLakeMorpho object. Defaults to True |
This returns a vector of numeric values indicating the length of the major and minor axes of the lake. Units are the same as the input data.
data(lakes)
lakeMinorMajorRatio(inputLM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.