climdex: Title

View source: R/climdex.R

climdexR Documentation

Title

Description

Title

Usage

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
)

Arguments

data

The data.frame to calculate from

station

The name of the station column in data, if the data are for multiple station.

date

The name of the date column in data.

year

The name of the year column in data.

month

The name of the month column in data.

prec

The name of the precipitation column in data.

tmax

The name of the maximum temperature column in data.

tmin

The name of the minimum temperature column in data.

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

Examples

# TODO

IDEMSInternational/cdms.products documentation built on July 7, 2023, 10:13 a.m.