Learn R Programming

HGDMr (version 1.0.1)

area_frac: Determines if area-volume estimation is by equation or rating

Description

Determines if area-volume estimation is by equation or rating

Usage

area_frac(volume, max_volume, max_area = NULL, rating_parameters)

Value

Returns water area fraction

Arguments

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

Author

Kevin Shook

Examples

Run this code
water_area_frac <- area_frac(1000, 2000, NULL, 1.2)

Run the code above in your browser using DataLab