| vol2area_rating | R Documentation |
Convert depressional storage volume to area
vol2area_rating(rating_curve, volumes, method = "linear")
rating_curve |
Required. Data frame containing the variables |
volumes |
A scalar or vector of depression storage volumes. |
method |
Method for interpolation. Default is linear. Alternatively,
a spline can be fitted by specifying |
Returns a scalar or vector of lake stages
Kevin Shook
{
rating_curve <- data.frame(area=1:10, volume=seq(10, 100, 10))
a <- vol2area_rating(rating_curve, 55)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.