POP                package:clim.pact                R Documentation

_P_r_i_n_c_i_p_a_l _O_s_c_i_l_l_a_t_i_n_g _P_a_t_t_e_r_n_s

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

     After von Storch & Zwiers (1999), Statistical Analysis in Climate
     Research, p. 338.

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

     POP(x,plot=TRUE,main="POP analysis",sub="",test=FALSE,i.eofs=1:8,LINPACK=TRUE, mode = 1)
     plotPOP(pop,mode = 1, main = "POP analysis", sub = "")

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

       x: A field or an eof object.

    plot: Flag: plot the diagnostics.

    test: Flag: test by reconstructing one series (leading EOF or a
          grid-box series).

  i.eofs: Which EOFs to include (only when the input is given as eof
          objects).

 LINPACK: 'TRUE': svd; 'FALSE':La.svd

    main: main title (see 'link{plot}').

     sub: subtitle (see 'link{plot}').

    mode: POP mode to display

     pop: a POP object.

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

     A POP object: an  'link{eigen}' object with additional variables.
     maps (map of the absolute of POP patterns), pop.Im (the imaginary
     POP pattern), pop.Re(the real POP pattern), lon (longitude
     coordinates), and lat (latitude coordinates).

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

     R.E. Benestad

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

     ## Not run: 
     data(DNMI.t2m)
     eof.1 <- EOF(DNMI.t2m,mon=1)
     pop <- POP(eof.1)
     ## End(Not run)

