View source: R/show_summaries.R
show.measures | R Documentation |
Lists the available measures from the VALUE Framework. A table with all measures is shown on screen by default.
measures can be also queried by their VALUE codes, function name or other keywords passed to argument filter
. See Details
show.measures(measure.code = NULL, function.name = NULL, filter = NULL)
measure.code |
String. measure code |
function.name |
String. Name of the function |
filter |
Optional character string containing a pattern to be matched |
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 the available measures can be found in the following link: http://www.value-cost.eu/validationportal/app/#!indices
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
show.indices
# Get the full table of indices:
measure.table <- show.measures()
str(measure.table)
# Search by index code:
show.measures(measure.code = "ts.BSFrost")
# Search by filters, e.g. Brier Score indices:
show.measures(filter = "Brier")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.