corEOF {clim.pact} | R Documentation |
Produces maps of spatial correlation patterns from the EOF products
X = UWt(V)
according to following formula:
.
Reference: Environmental statistics for climate researchers http://www.gfi.uib.no/~nilsg/kurs/notes/course.html
NOTE: This routine is not finished yet - still contains some bugs, sometimes resulting in absolute correlation values greater than unity.
corEOF(x,y,lsig.mask=TRUE,sig.lev=0.05,neofs=20, lty=1,col="black",lwd=1)
x |
An EOF. |
y |
A station series. |
lsig.mask |
Mask out values that are not statistically significant. |
sig.lev |
Level of significanse. |
neofs |
Number of modes to include. |
lty |
Contour line type. |
col |
Contour line colour. |
lwd |
Contour line width. |
A map object.
R.E. Benestad
data(oslo.t2m) data(eof.slp) corEOF(eof.slp,oslo.t2m)