| ck_etccdi_27 | R Documentation |
Returns the 27 canonical Expert Team on Climate Change Detection and
Indices (ETCCDI) indices as documented by Alexander et al. (2006) and
Zhang et al. (2011), with each row showing the canonical short code,
full name, input variable, unit, definition, and the corresponding
climatekit function (or NA where the index is not yet
implemented).
ck_etccdi_27()
Use this table to audit coverage, locate the ck_* function for a
given ETCCDI code, or filter to indices that climatekit currently
implements: subset(ck_etccdi_27(), !is.na(ck_function)).
A data frame with one row per canonical ETCCDI index and
columns code, name, variable, unit, definition,
ck_function, and status.
Alexander, L. V. et al. (2006). Global observed changes in daily climate extremes of temperature and precipitation. Journal of Geophysical Research: Atmospheres, 111(D5). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1029/2005JD006290")}.
Zhang, X. et al. (2011). Indices for monitoring changes in extremes based on daily temperature and precipitation data. Wiley Interdisciplinary Reviews: Climate Change, 2(6), 851-870. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/wcc.147")}.
tab <- ck_etccdi_27()
head(tab)
# Indices currently implemented in climatekit:
subset(tab, !is.na(ck_function))[, c("code", "ck_function")]
# Coverage:
table(tab$status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.