
Calculate the volume of a lake using bathymetry data or a hypsograph
Source:R/calc_lake_vol.R
calc_lake_vol.Rd
Calculate the volume of a lake using bathymetry data or a hypsograph
Examples
aeme_file <- system.file("extdata/aeme.rds", package = "AEME")
aeme <- readRDS(aeme_file)
vol <- calc_lake_vol(aeme)