View source: R/wetland_pond_depth.R
| wetland_pond_depth | R Documentation |
Calculates Hayashi-van der Kamp maximum depth of water in a Prairie pond
wetland_pond_depth(pond_volume = NULL, p = NULL, s = NULL)
pond_volume |
Required. Volume of water in ponds (in m |
p |
Required. Value of |
s |
Required. Value of |
If successful, returns a vector of the pond maximum depths, for the given volumes.
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_area(),
wetland_pond_size()
wetland_pond_depth(100, 1.72, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.