meanField             package:clim.pact             R Documentation

_M_e_a_n _f_i_e_l_d

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

     Computes a map showing the mean field values.

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

     meanField(x,lon.rng=NULL,lat.rng=NULL,t.rng=NULL,mon=NULL)

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

       x: A field object.

 lon.rng: Extract the longitude interval.

 lat.rng: Extract the latitude interval.

   t.rng: Extract the time interval.

     mon: Month (1-12) or season (1-12) to extract if !is.null.

_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:

     slp <- retrieve.nc("ncep_slp.nc",x.rng=c(5,12),y.rng=c(58,63))
     mslp <- meanField(slp)

