wetland_pond_area: Calculates Hayashi-van der Kamp area of water in a Prairie...

View source: R/wetland_pond_area.R

wetland_pond_areaR Documentation

Calculates Hayashi-van der Kamp area of water in a Prairie pond

Description

Calculates Hayashi-van der Kamp area of water in a Prairie pond

Usage

wetland_pond_area(pond_depth = NULL, p = NULL, s = NULL)

Arguments

pond_depth

Required. Depth of water in pond (in m). May be a vector of values. Note that in this context the depth refers to the deepest point in the pond.

p

Required. Value of p exponent for ponds. May be a vector of values.

s

Required. Value of s parameter (pond area for a depth of 1 m) in m^2) for ponds. May be a vector of values.

Value

If successful, returns a vector of the pond areas, for the given depths. If unsuccessful, returns FALSE.

Author(s)

Kevin Shook

References

Hayashi, M., and G. van der Kamp (2000), Simple equations to represent the volume–area–depth relations of shallow wetlands in small topographic depressions, J. Hydrol., 237(1–2), 74–85, doi:10.1016/S0022-1694(00)00300-0.

See Also

Other wetland_functions: wetland_h_s(), wetland_pond_depth(), wetland_pond_size()

Examples

 wetland_pond_area(1, 1.72, 25)

CentreForHydrology/CRHMr documentation built on April 6, 2024, 5:27 p.m.