Learn R Programming

lakemorpho (version 1.0.2)

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, correctFactor = 1)

Arguments

inLakeMorpho
An object of lakeMorphoClass. Output of the lakeSurroundTopo function would be appropriate as input
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
data(lakes)
lakeVolume(inputLM)

Run the code above in your browser using DataLab