Description Usage Arguments Value References Examples
View source: R/lakeMeanWidth.R
Mean lake width is the result of lake surface area divded by the maximum length.
1 | lakeMeanWidth(inLakeMorpho)
|
inLakeMorpho |
An object of |
Returns a numeric value for the mean width of the lake
Florida LAKEWATCH (2001). A Beginner's guide to water management - Lake Morphometry (2nd ed.). Gainesville: Florida LAKEWATCH, Department of Fisheries and Aquatic Sciences. Link #' @import rgeos
1 2 3 | data(lakes)
lakeMaxLength(inputLM, 50)
lakeMeanWidth(inputLM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.