howsimilar: howsimilar

View source: R/howsimilar.R

howsimilarR Documentation

howsimilar

Description

field-station comparison Extract time series from field objects with the same coordinates as the stations Estimate correlation, RMSE, max and min for the extracted series. Store as attributes in the extracted station object. Use regression to calibrate to adjust for the fact that a grid-box volume is not the same as a point measurement. Rasmus E. Benestad

Usage

howsimilar(x, y, plot = "cor", FUN = NULL, regress = FALSE, verbose = FALSE)

Arguments

x

A field object representing the reanalysis

y

A station object

plot

a boolean; if TRUE ignore NA, see mean

regress

a boolean defaulting to FALSE

verbose

a boolean; if TRUE print information about progress

Details

howsimilar is used for assessing reanalyses against station data.

Value

The call returns a station object

Author(s)

R.E. Benestad

See Also

regrid

Examples

test.howsimilar()


metno/esd documentation built on April 29, 2024, 3:34 p.m.