EOF2field             package:clim.pact             R Documentation

_R_e_c_o_n_s_t_r_u_c_t_s _a _f_i_e_l_d _f_r_o_m _E_O_F _p_r_o_d_u_c_t_s

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

     Reconstructs a field from 'EOF products'.

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

     EOF2field(eof,anomalies=FALSE)

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

     eof: An 'EOF' object from 'EOF'.

anomalies: True if only anomalies are to be shown.

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

     A 'field' object (see 'retrieve.nc').

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

     R.E. Benestad

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

     ## Not run: 
     load("data/ceof.Rdata")   # loads the object 'eof'
     field <- EOF2field(eof)
     ## End(Not run)

