mesh                package:SpherWave                R Documentation

_C_r_e_a_t_i_o_n _o_f _M _b_y _N _g_r_i_d

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

     This function creates M by N longitude-latitude grid.

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

     mesh(M, N)

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

       M: M longitudes of M by N grid

       N: N latitudes of M by N grid

_D_e_t_a_i_l_s:

     This function creates M by N longitude-latitude grid.

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

   theta: latitudes in radian of M by N longitude-latitude grid

     phi: longitudes in radian of M by N longitude-latitude grid

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

     mesh(100, 50)

