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,
                 lty=1,col="black",lwd=1)

Arguments

x A field object.
y A station series.
lsig.mask Mask out values that are not statistically significant.
sig.lev Level of significanse.
mon Month to analyse.
lty Contour line type.
col Contour line colour.
lwd Contour line width.

Value

A map object.

Author(s)

R.E. Benestad

Examples


slp <- retrieve.nc("ncep_slp.nc")
data(oslo.t2m)
corField(slp,oslo.t2m)


[Package Contents]