adc_pr: Transformation for precipitation values (whole method)

Description Usage Arguments Value Examples

View source: R/whole_adc.R

Description

Transformation for precipitation values (whole method)

Usage

1
adc_pr(data_sim, data_obs)

Arguments

data_sim

the data with the simulated precipitation values (already extracted)

data_obs

the data with the observed precipitation values

Value

The observed precipitation values with an added column for transformed values

Examples

1
2
3
data_sim <- data('pr_sim')
data_obs <- data('pr')
trans <- adc_pr(data_sim, data_obs)

veravavan/AdvDeltaChange documentation built on Jan. 18, 2022, 7:05 p.m.