1\name{nor2k} 2\alias{nor2k} 3\docType{data} 4\title{Norwegian peaks over 2000m} 5\description{Norwegian peaks over 2000m, 3D SpatialPoints data.} 6\usage{data(nor2k)} 7\format{ 8 The format is: 9Formal class 'SpatialPointsDataFrame' [package "sp"] with 5 slots 10 ..@ data :'data.frame': 300 obs. of 3 variables: 11 .. ..$ Nr. : int [1:300] 1 2 3 4 5 6 7 8 9 10 ... 12 .. ..$ Navn : chr [1:300] "Galdh?piggen" "Glittertinden" "Skagast?lstinden, Store (Storen)" "Styggedalstinden, Store, ?sttoppen" ... 13 .. ..$ Kommune: chr [1:300] "Lom" "Lom" "Luster / Ardal" "Luster" ... 14 ..@ coords.nrs : num(0) 15 ..@ coords : num [1:300, 1:3] 463550 476550 439850 441450 441100 ... 16 .. ..- attr(*, "dimnames")=List of 2 17 .. .. ..$ : NULL 18 .. .. ..$ : chr [1:3] "East" "North" "Height" 19 ..@ bbox : num [1:3, 1:2] 404700 6804200 2001 547250 6910050 ... 20 .. ..- attr(*, "dimnames")=List of 2 21 .. .. ..$ : chr [1:3] "East" "North" "Height" 22 .. .. ..$ : chr [1:2] "min" "max" 23 ..@ proj4string:Formal class 'CRS' [package "sp"] with 1 slots 24 .. .. ..@ projargs: chr "+proj=utm +zone=32 +datum=WGS84 +ellps=WGS84 +towgs84=0,0,0" 25} 26\details{ 27Norwegian peaks over 2000m, coordinates in EUREF89/WGS84 UTM32N, names not fully updated, here converted to ASCII. 28} 29\source{ 30\url{http://www.nfo2000m.no/}; \url{http://www.nfo2000m.no/Excel/2000m_data.xls} 31} 32\examples{ 33data(nor2k) 34summary(nor2k) 35## maybe str(nor2k) ; plot(nor2k) ... 36} 37\keyword{datasets} 38