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.
mon Month (1-12) or season (1-12) to extract if !is.null.

Value

A map object

Author(s)

R.E. Benestad

Examples


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


[Package Contents]