corField              package:clim.pact              R Documentation

_F_i_e_l_d _c_o_r_r_e_l_a_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Produces maps of spatial correlation patterns.

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

       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.

     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 'link{rgb}').

_V_a_l_u_e:

     A map object.

_A_u_t_h_o_r(_s):

     R.E. Benestad

_E_x_a_m_p_l_e_s:

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

