meanField {clim.pact}R Documentation

Mean field

Description

Computes a map showing the mean field values.

Usage

meanField(x,lon.rng=NULL,lat.rng=NULL,t.rng=NULL,mon=NULL)

Arguments

x A field object.
lon.rng Extract the longitude interval.
lat.rng Extract the latitude interval.
t.rng Extract the time interval. Can be numerical (year) or character (date, e.g. "01-Jan-1998"
mon Month (1-12) or season (1-12) to extract if !is.null.

Value

A map object

Author(s)

R.E. Benestad

Examples

## Not run: 
slp <- retrieve.nc("ncep_slp.nc",x.rng=c(5,12),y.rng=c(58,63))
mslp <- meanField(slp)
## End(Not run)

[Package clim.pact version 2.2-15 Index]