map                package:clim.pact                R Documentation

_P_r_o_d_u_c_e _a _m_a_p

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

     Produces maps.

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

     map(x,y=NULL,col="black",lwd=1,lty=1,sym=TRUE,
                    plot=TRUE,inv.col=FALSE,add=FALSE,las = 1)

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

       x: A map object.

       y: A map object. If given, `map.map' plots the difference: x - y

     col: Colour of contours.

     lwd: Contour line width.

     lty: Contour line style.

     sym: Symmetry: if True, use zlimits c(-|max|,+|max|).

    plot: TRUE gives graphics

 inv.col: Inverse color scheme (e.g. 'TRUE' gives red for drier and
          blue for wetter conditions)

     add: Add to plot: add contours only.

     las: see `par'

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

