corField {clim.pact}R Documentation

Field correlation

Description

Produces maps of spatial correlation patterns.

Usage

corField(x,y,lsig.mask=TRUE,sig.lev=0.05,mon=NULL,param="t2m",
                 lty=1,col="black",lwd=1,main=NULL,z.levs=NULL,my.col=NULL,plot=TRUE)

Arguments

x A field object.
y A station series or a field object.
lsig.mask Mask out values that are not statistically significant.
sig.lev Level of significanse.
mon Month to analyse.
param Used for daily station objects to decide which element to use.
lty Contour line type.
col Contour line colour.
lwd Contour line width.
main Title of plot, same as 'main' in plot().
z.levs contour levels.
my.col colour template (see rgb).
plot TRUE for graphics output).

Value

A map object.

Author(s)

R.E. Benestad

Examples

## Not run: 
slp <- retrieve.nc("ncep_slp.nc")
data(oslo.t2m)
corField(slp,oslo.t2m)
## End(Not run)

[Package clim.pact version 2.2-15 Index]