lakemorpho (version 1.3.2)

lakeShorelineLength: Function to calculate shoreline length

Description

This function returns the length of the shoreline of the lake and is simply the perimeter of the input lake polyogn.

Usage

lakeShorelineLength(inLakeMorpho)

Value

Returns a numeric value for the length of the lake shoreline

Arguments

inLakeMorpho

An object of lakeMorphoClass. Output of the lakeSurroundTopo function would be appropriate as input

References

Florida LAKEWATCH (2001). A Beginner's guide to water management - Lake Morphometry (2nd ed.). Gainesville: Florida LAKEWATCH, Department of Fisheries and Aquatic Sciences. Link

Examples

Run this code
data(lakes)
lakeShorelineLength(inputLM)

Run the code above in your browser using DataLab