View source: R/resampleDates.R
Dissaggregation function
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | resampleDates(
PRCP_FINAL_ANNUAL_SIM = NULL,
ANNUAL_PRCP = NULL,
PRCP = NULL,
TEMP = NULL,
START_YEAR_SIM = NULL,
k1 = NULL,
ymax = NULL,
dates.d = NULL,
sim.dates.d = NULL,
YEAR_D = NULL,
month.start = NULL,
kk = NULL,
knn.annual.sample.num = 50,
wet.threshold = 0.3,
extreme.quantile = 0.8,
seed = NULL
)
|
PRCP_FINAL_ANNUAL_SIM |
placeholder |
ANNUAL_PRCP |
placeholder |
PRCP |
placeholder |
TEMP |
placeholder |
START_YEAR_SIM |
placeholder |
k1 |
placeholder |
ymax |
placeholder |
dates.d |
placeholder |
sim.dates.d |
placeholder |
YEAR_D |
placeholder |
month.start |
placeholder |
kk |
placeholder |
knn.annual.sample.num |
placeholder |
wet.threshold |
Precipitation threshold (mm) to distinguish between wet and dry days |
extreme.quantile |
quantile threshold to distinguish between extreme wet days |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.