sp (version 0.7-6)

lns: Norwegian river center line data

Description

Norwegian river center line data in shapefile format

Usage

data(lnsshp)

Arguments

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

Run this code
library(maptools)
lns <- read.shape(system.file("shapes/fylk-val.shp", package="maptools")[1])
data(lnsshp)
res <- shp2SLDF(lns)
plot(res)

Run the code above in your browser using DataCamp Workspace