lakemorpho (version 1.1.1)

lakeVolume: Caluclates Lake Volume in R

Description

This function returns lake volume for the input lake. The volume is calculated using maximum lake depth and maximum distance ratio to transform all pixels and thus, distances, to an estimated depth. These depths are multiplied by the area of the pixel and summed.

Usage

lakeVolume(inLakeMorpho, zmax = NULL, 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.

correctFactor

This a factor used by lakeMaxDepth to correct the predicted maximum lake depth. Defaults to 1.

Value

Returns a numeric value for the total volume of the lake

References

Hollister, J. W., W.B. Milstead (2010). Using GIS to Estimate Lake Volume from Limited Data. Lake and Reservoir Management. 26(3)194-199. Link

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
# NOT RUN {
data(lakes)
lakeVolume(inputLM)
# }

Run the code above in your browser using DataCamp Workspace