| area_frac | R Documentation |
Determines if area-volume estimation is by equation or rating
area_frac(volume, max_volume, max_area = NULL, rating_parameters)
volume |
Volume of water in depressional storage |
max_volume |
Volume of depression |
max_area |
Area of depression |
rating_parameters |
Parameters for estimating water area fraction |
Returns water area fraction
Kevin Shook
water_area_frac <- area_frac(1000, 2000, NULL, 1.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.