Description Usage Arguments Value References Examples
View source: R/lakeMeanDepth.R
Calculates average depth of lake as a mean of lake volume divided by lake surface area
1 | lakeMeanDepth(inLakeMorpho, zmax = NULL, slope_quant = 0.5, correctFactor = 1)
|
inLakeMorpho |
An object of |
zmax |
Maximum depth of the lake. If none entered and elevation dataset
is inlcuded in inLakeMorpho, |
slope_quant |
The slope quantile to use to estimate maximum depth. Defaults to the median as described in (Hollister et. al, 2011). |
correctFactor |
This a factor used by |
Returns a numerica value for the mean depth 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
1 2 | data(lakes)
lakeMeanDepth(inputLM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.