SpatialLinesDataFrame-class        package:sp        R Documentation

_a _c_l_a_s_s _f_o_r _s_p_a_t_i_a_l _l_i_n_e_s _w_i_t_h _a_t_t_r_i_b_u_t_e_s

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

     this class holds data consisting of (sets of lines), where each
     set of lines relates to an attribute row in a data.frame

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     can be created by the function SpatialLinesDataFrame

_S_l_o_t_s:

     '_d_a_t_a': Object of class data.frame containing the attribute table 

     '_l_i_n_e_s': Object of class '"list"'; see SpatialLines-class

     '_b_b_o_x': Object of class '"matrix"'; see Spatial-class 

     '_p_r_o_j_4_s_t_r_i_n_g': Object of class '"CRS"'; see CRS-class

_E_x_t_e_n_d_s:

     Class '"SpatialLines"', directly. Class '"Spatial"', by class
     '"SpatialLines"'.

_M_e_t_h_o_d_s:

     Methods defined with class "SpatialLinesDataFrame" in the
     signature:

     [ 'signature(x = "SpatialLinesDataFrame")': subset rows or
          columns; in case of row subsetting, the line sets are also
          subsetted 

     _c_o_o_r_d_i_n_a_t_e_s 'signature(obj = "SpatialLinesDataFrame")': retrieves
          a list with lists of coordinate matrices 

     _s_h_o_w 'signature(object = "SpatialLinesDataFrame")': print method 

     _p_l_o_t 'signature(x = "SpatialLinesDataFrame")': plot points

     _l_i_n_e_s 'signature(object = "SpatialLinesDataFrame")': add lines to
          plot

     _s_u_m_m_a_r_y 'signature(object = "SpatialLinesDataFrame")': summarize
          object

_N_o_t_e:

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

     Roger Bivand; Edzer Pebesma

_R_e_f_e_r_e_n_c_e_s:

_S_e_e _A_l_s_o:

     SpatialLines-class

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

