Package 'DeductiveR'

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

Help Index


Monthly flow data from Estero Culebron DGA station

Description

A dataset containing dates and monthly flow values.

Usage

data

Format

A data frame with 480 rows and 5 variables:

date

dates

year

years

month

months

day

days

4400001

flows, in cubic meters per second

Source

https://camels.cr2.cl/


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)


BoxPlot from the result from the application of the Deductive Rational Method

Description

BoxPlot from the result from the application of the Deductive Rational Method

Usage

DR_boxplot(dr)

Arguments

dr

data frame from DR function


Plot the result from the application of the Deductive Rational Method

Description

Plot the result from the application of the Deductive Rational Method

Usage

DR_plot(dr)

Arguments

dr

data frame from DR function


Statistics for the result from the application of the Deductive Rational Method

Description

Statistics for the result from the application of the Deductive Rational Method

Usage

DR_stats(dr)

Arguments

dr

data frame from DR function


Seasonal Variation Curves considering results from the application of the Deductive Rational Method

Description

Seasonal Variation Curves considering results from the application of the Deductive Rational Method

Usage

DR_SVC(dr)

Arguments

dr

data frame from DR function