lns {sp}R Documentation

Norwegian river center line data

Description

Norwegian river center line data in shapefile format

Usage

data(lnsshp)

Format

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

Source

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 http://www.statkart.no has now expired, this copy downloaded 13 July 2001.

Examples

## 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)


[Package sp version 0.7-12 Index]