plotpal               package:RArcInfo               R Documentation

_P_l_o_t_s _t_h_e _d_a_t_a _i_m_p_o_r_t_e_d _f_r_o_m _a_n _A_R_C _f_i_l_e _a_c_c_o_r_d_i_n_g _t_o _t_h_e _c_o_n_t_e_n_t_s
_o_f _a _P_A_L _f_i_l_e

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

     This function works like plotarc, but we can also decide what
     polygons to plot. The arc definitions are stored in the arc
     variable, and the polygon  definitions are in the pal variable.

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

     plotpal(arc, pal, new=TRUE, index, ...)

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

     arc: The data returned by a call to get.arcdata

     pal: The data returned by a call to get.paldata

     new: Do you want to plot on the last window/device or on a new
          one?

   index: The indices of the polygons to be plotted.

     ...: Options to be passed to a call to the function plot when
          creating the display (i. e., window or file).

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

     This function returns nothing, but plots a nice map :-D.

