View source: R/wetland_pond_area.R
| wetland_pond_area | R Documentation |
Calculates Hayashi-van der Kamp area of water in a Prairie pond
wetland_pond_area(pond_depth = NULL, p = NULL, s = NULL)
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 |
s |
Required. Value of |
If successful, returns a vector of the pond areas, for the given depths.
If unsuccessful, returns FALSE.
Kevin Shook
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.
Other wetland_functions:
wetland_h_s(),
wetland_pond_depth(),
wetland_pond_size()
wetland_pond_area(1, 1.72, 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.