View source: R/resampleDates.R
resampleDates | R Documentation |
Dissaggregation function
resampleDates(
PRCP_FINAL_ANNUAL_SIM = NULL,
ANNUAL_PRCP = NULL,
PRCP = NULL,
TEMP = NULL,
TMAX = NULL,
TMIN = NULL,
START_YEAR_SIM = NULL,
k1 = NULL,
ymax = NULL,
dates.d = NULL,
sim.dates.d = NULL,
YEAR_D = NULL,
month.start = NULL,
knn.annual.sample.num = 50,
wet.quantile = 0.2,
extreme.quantile = 0.8,
dry.spell.change = rep(1, 12),
wet.spell.change = rep(1, 12),
seed = NULL
)
PRCP_FINAL_ANNUAL_SIM |
placeholder |
ANNUAL_PRCP |
placeholder |
PRCP |
placeholder |
TEMP |
placeholder |
TMAX |
placeholder |
TMIN |
placeholder |
START_YEAR_SIM |
placeholder |
k1 |
placeholder |
ymax |
placeholder |
dates.d |
placeholder |
sim.dates.d |
placeholder |
YEAR_D |
placeholder |
month.start |
placeholder |
knn.annual.sample.num |
placeholder |
wet.quantile |
Precipitation threshold (mm) to distinguish between wet and dry days |
extreme.quantile |
quantile threshold to distinguish between extreme wet days |
dry.spell.change |
placeholder |
wet.spell.change |
placeholder |
seed |
random seed value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.