addland              package:clim.pact              R Documentation

_A_d_d _l_a_n_d _c_o_n_t_o_u_r_s _t_o _m_a_p.

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

     The function superimposes land contours on a map.

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

     addland(col="grey50",lwd=1) 

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

     col: colour

     lwd: line width

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

     R.E. Benestad

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

     plot(c(-90,90),c(0,80),type="n")
     addland()
     grid()

