plotEOF              package:clim.pact              R Documentation

_P_l_o_t _E_O_F_s

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

     Plots the results from an (mixed-common) EOF analysis ('EOF').
     This function produces 3 plots: i) EOF map, ii) variances, and
     iii) PC time series. Hard copies are also produced in EPS format
     under the current working directory: "plotEOF_1.eps",
     "plotEOF_2.eps" and "plotEOF_3.eps" respectively.

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

     plotEOF(x,i.eof=1,nlevs=5,
                        col=c("red","blue","darkgreen","steelblue")),
                        main=NULL,sub=NULL)

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

       x: An 'EOF' object.

   i.eof: EOF to plot.

   nlevs: Contour levels.

     col: Colour.

    main: Preset main title (see 'plot').

     sub: subtitle

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

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

     R.E. Benestad

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

     ## Not run: 
     data(eof.mc)
     plotEOF(eof.mc)
     x11()
     data(eof.dmc)
     plotEOF(eof.dmc)
     ## End(Not run)

