plotfluxval: Plot flux validation

Description Usage Arguments Value Author(s) See Also Examples

Description

Inline with the methodology used by Meteo-France to illustrate validation results, this function plots similar diagrams.

Usage

1
    plotfluxval(x,parameter="bias",stations=NULL,...)

Arguments

x

a validation object of the type returned by readhourlyssival

parameter

valid values are "bias", "meanobs", "relbias", "biassdev", "relbiassdev" and "nobs"

stations

regexp string containing station number to use, e.g. "11500|44300|56420"

...

additional graphical parameters

Value

Returns a list containing monthly validation data for the individual stations used as well as the names of the stations.

Author(s)

Øystein Godøy (o.godoy@met.no)

See Also

readhourlyssival

Examples

1
2
    x <- readhourlyssival("myfile.txt")
    tmp <- plotfluxval(x)

steingod/R-osisaf documentation built on May 30, 2019, 2:32 p.m.