lakeMeanDepth: Function to return lake Mean Depth

View source: R/lakeMeanDepth.R

lakeMeanDepthR Documentation

Function to return lake Mean Depth

Description

Calculates average depth of lake as a mean of lake volume divided by lake surface area

Usage

lakeMeanDepth(inLakeMorpho, zmax = NULL, slope_quant = 0.5, correctFactor = 1)

Arguments

inLakeMorpho

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

zmax

Maximum depth of the lake. If none entered and elevation dataset is inlcuded in inLakeMorpho, lakeMaxDepth is used to estimate a maximum depth.

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 lakeMaxDepth to correct the predicted maximum lake depth. Defaults to 1.

Value

Returns a numerica value for the mean depth of the lake

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

data(lakes)
lakeMeanDepth(inputLM)

jhollist/lakemorpho documentation built on Jan. 12, 2024, 11:49 p.m.