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. 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. |
A map object
R.E. Benestad
## Not run: slp <- retrieve.nc("ncep_slp.nc",x.rng=c(5,12),y.rng=c(58,63)) mslp <- meanField(slp) ## End(Not run)