| meanField {clim.pact} | R Documentation |
Computes a map showing the mean field values.
meanField(x,lon.rng=NULL,lat.rng=NULL,t.rng=NULL,mon=NULL)
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. |
A map object
R.E. Benestad
slp <- retrieve.nc("ncep_slp.nc",x.rng=c(5,12),y.rng=c(58,63))
mslp <- meanField(slp)