Title: | Deductive Rational Method |
---|---|
Description: | Apply the Deductive Rational Method to a monthly series of flow or precipitation data to fill in missing data. The method is as described in: Campos, D.F., (1984, ISBN:9686194444). |
Authors: | Alonso Arriagada [aut, cre] |
Maintainer: | Alonso Arriagada <[email protected]> |
License: | GPL-3 |
Version: | 1.1.0 |
Built: | 2025-02-14 05:58:20 UTC |
Source: | https://github.com/alobondo/deductiver |
A dataset containing dates and monthly flow values.
data
data
A data frame with 480 rows and 5 variables:
dates
years
months
days
flows, in cubic meters per second
Apply the Deductive Rational Method to a monthly series of flow or precipitation data to fill in missing data.
DR(data)
DR(data)
data |
data frame with columns: date - year - month - day - station (Type date and numeric the rest) |
BoxPlot from the result from the application of the Deductive Rational Method
DR_boxplot(dr)
DR_boxplot(dr)
dr |
data frame from DR function |
Plot the result from the application of the Deductive Rational Method
DR_plot(dr)
DR_plot(dr)
dr |
data frame from DR function |
Statistics for the result from the application of the Deductive Rational Method
DR_stats(dr)
DR_stats(dr)
dr |
data frame from DR function |
Seasonal Variation Curves considering results from the application of the Deductive Rational Method
DR_SVC(dr)
DR_SVC(dr)
dr |
data frame from DR function |