hypso_functions: Hypsographic Functions from Tabular Interpolation

Description Usage Arguments Value See Also Examples

Description

The main function creates a function list object from a data table to allow interpolation of depths, areas and volume fractions of layers.

Usage

1

Arguments

table

hypsographic table (bathymetry) given as data frame with columns level, area and volume

Value

a list of functions with the following elements (slots):

See Also

hypso_bautzen, an example of a hypsographic table
areaFunction, functions to create a hypsographic table for lakes with conical shape.

Examples

1
2
3
4
5
data(hypso_bautzen)                      # load data table
hypso <- hypso_functions(hypso_bautzen)  # create function object

hypso$volume(166)                        # volume at 166 m a.s.l.
hypso$sediment_area(c(160, 166))         # sediment area of hypo- and epilimnion

rSALMO documentation built on May 2, 2019, 6:12 p.m.