climdex | R Documentation |
Title
climdex(
data,
station,
date,
year,
month,
prec,
tmax,
tmin,
indices,
freq = "annual",
base.range = c(1961, 1990),
n = 5,
northern.hemisphere = TRUE,
quantiles = NULL,
temp.qtiles = c(0.1, 0.9),
prec.qtiles = c(0.95, 0.99),
max.missing.days = c(annual = 15, monthly = 3),
min.base.data.fraction.present = 0.1,
spells.can.span.years = FALSE,
gsl.mode = c("GSL", "GSL_first", "GSL_max", "GSL_sum"),
threshold = 1
)
data |
The data.frame to calculate from |
station |
The name of the station column in |
date |
The name of the date column in |
year |
The name of the year column in |
month |
The name of the month column in |
prec |
The name of the precipitation column in |
tmax |
The name of the maximum temperature column in |
tmin |
The name of the minimum temperature column in |
indices |
TODO |
freq |
TODO |
base.range |
TODO |
n |
TODO |
northern.hemisphere |
TODO |
quantiles |
TODO |
temp.qtiles |
TODO |
prec.qtiles |
TODO |
max.missing.days |
TODO |
min.base.data.fraction.present |
TODO |
spells.can.span.years |
TODO |
gsl.mode |
TODO |
threshold |
TODO |
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.