| corField {clim.pact} | R Documentation |
Produces maps of spatial correlation patterns.
corField(x,y,lsig.mask=TRUE,sig.lev=0.05,mon=NULL,
lty=1,col="black",lwd=1)
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. |
A map object.
R.E. Benestad
slp <- retrieve.nc("ncep_slp.nc")
data(oslo.t2m)
corField(slp,oslo.t2m)