lns                    package:sp                    R Documentation

_N_o_r_w_e_g_i_a_n _r_i_v_e_r _c_e_n_t_e_r _l_i_n_e _d_a_t_a

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

     Norwegian river center line data in shapefile format

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

     data(lnsshp)

_F_o_r_m_a_t:

     The format is as returned by 'read.shape' of the maptools package

_S_o_u_r_c_e:

     The input data copyright Statens Kartverk 2001, and were released
     (with a collection of other shapefiles) to the public domain in
     July 2001. The link to the relevant page under <URL:
     http://www.statkart.no> has now expired, this copy downloaded 13
     July 2001.

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

     ## Not run: 
     library(maptools)
     lns <- read.shape(system.file("shapes/fylk-val.shp", package="maptools")[1])
     ## End(Not run)
     data(lnsshp)
     res <- shp2SLDF(lns)
     plot(res)

