vol2area_rating {HGDMr} | R Documentation |
Convert depressional storage volume to area
Description
Convert depressional storage volume to area
Usage
vol2area_rating(rating_curve, volumes, method = "linear")
Arguments
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 |
Value
Returns a scalar or vector of lake stages
Author(s)
Kevin Shook
Examples
{
rating_curve <- data.frame(area=1:10, volume=seq(10, 100, 10))
a <- vol2area_rating(rating_curve, 55)
}
[Package HGDMr version 1.0.0 Index]