lakemorpho (version 1.1.1)

lakeMinorAxisLength: 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 lakeMorphoClass. Output of the lakeSurroundTopo function would be appropriate as input

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

Wikipedia

Examples

Run this code
# NOT RUN {
data(lakes)
lakeMinorAxisLength(inputLM)

# }

Run the code above in your browser using DataCamp Workspace