evalradflux: Generate evaluation plots and averages.

Description Usage Arguments Value Author(s) See Also Examples

Description

Average radiative fluxes for the selected parameter and integration period are returned as a data.frame with the data including representative times and a grfaphical plot of the values is produced. Currently a pure mean is offered, in the future additional methods should be offered.

Usage

1
    evalradflux(x,parameter="SSI",integration="DAILY",subet)

Arguments

x

An radflux object as returned by readradflux

parameter

The parameter to examine, valid values are "SSI" and "DLI"

integration

The integration period, valid values are "DAILY" (hourly), "DAILYCONT" (minute based) and "MONTHLY"

subset

Temporal subset. Not implemented yet!

Value

A data.frame containing monthly mean of the selected parameter and the accompaning time.

Author(s)

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

See Also

readradflux, plotradflux, longwave_downward

Examples

1
    t <- evalradflux(tmp)

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