show.indices: Display a summary table of VALUE indices

View source: R/show_summaries.R

show.indicesR Documentation

Display a summary table of VALUE indices

Description

Lists the available indices from the VALUE Framework. A table with all indices is shown on screen by default. #' Indices can be also queried by their VALUE codes, function name or other keywords passed to argument filter. See Details

Usage

show.indices(index.code = NULL, function.name = NULL, filter = NULL)

Arguments

index.code

String. Index code

function.name

String. Name of the function

filter

Optional character string containing a pattern to be matched

Details

The option filter allows to search by 'keywords' or 'topics'. Internally, it justs performs pattern matching on the COMMENT field of the corresponding lookup table.

The original table with all available indices can be found in the following link: http://www.value-cost.eu/validationportal/app/#!indices

References

Gutiérrez, J.M., Maraun, D., Widmann, M., Huth, R., Hertig, E., Benestad, R., Roessler, O., Wibig, J., Wilcke, R., Kotlarski, S., San Martín, D., Herrera, S., Bedia, J., Casanueva, A., Manzanas, R., Iturbide, M., Vrac, M., Dubrovsky, M., Ribalaygua, J., Pórtoles, J., Räty, O., Räisänen, J., Hingray, B., Raynaud, D., Casado, M.J., Ramos, P., Zerenner, T., Turco, M., Bosshard, T., Štěpánek, P., Bartholy, J., Pongracz, R., Keller, D.E., Fischer, A.M., Cardoso, R.M., Soares, P.M.M., Czernecki, B., Pagé, C., 2018. An intercomparison of a large ensemble of statistical downscaling methods over Europe: Results from the VALUE perfect predictor cross-validation experiment. International Journal of Climatology. https://doi.org/10.1002/joc.5462

See Also

show.measures

Examples

# Get the full table of indices:
index.table <- show.indices()
str(index.table)
# Search by index code:
show.indices(index.code = "R01")
# Search by filters:
show.indices(filter = "90th percentile")
show.indices(filter = "spell length")

SantanderMetGroup/VALUE documentation built on July 8, 2023, 7:03 a.m.