corField {clim.pact} | R Documentation |
Produces maps of spatial correlation patterns.
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)
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). |
A map object.
R.E. Benestad
## Not run: slp <- retrieve.nc("ncep_slp.nc") data(oslo.t2m) corField(slp,oslo.t2m) ## End(Not run)