DR {DeductiveR} | R Documentation |
Apply the Deductive Rational Method to a monthly series of flow or precipitation data to fill in missing data.
Description
Apply the Deductive Rational Method to a monthly series of flow or precipitation data to fill in missing data.
Usage
DR(data)
Arguments
data |
data frame with columns: date - year - month - day - station (Type date and numeric the rest) |
Value
DR_final: data frame with monthly values that result from the application of the Deductive Rational Method
[Package DeductiveR version 1.0.0 Index]