plotarc               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

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

     Taking as argument the list returned by the get.arcdata function,
     this function plots all the arcs. With the argument new the user
     can decide whether to plot on a new window/device or on the last
     window/device.

     If the user provides the arguments 'xlim' and 'ylim' they will be
     used when  calling the 'plot' function. Other way, the real
     boundary of the plotted arcs will be used.

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

     plotarc(arc, new=TRUE, index=NULL, ...)

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

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

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

   index: A vector containing the indexes of the arcs to be plotted. If
          it nos supplied all the arcs will 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.

