nizap {StatDA} | R Documentation |
Boundary of the area Nikel-Zapoljarnij
Description
This gives x- and y-coordinates with the boundary of the area around Nikel-Zapoljarnij.
Usage
data(nizap)
Format
The format is: List of 2 $ x: num [1:36] 699104 693918 681324 662062 645023 ... $ y: num [1:36] 7739416 7746115 7751139 7756163 7757000 ...
Details
This object can be used to select samples from the Kola data from the region around Nikel-Zapoljarnij.
Author(s)
Peter Filzmoser <P.Filzmoser@tuwien.ac.at> http://cstat.tuwien.ac.at/filz/
References
C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley and Sons, Chichester, 2008.
Examples
data(nizap)
data(kola.background)
plotbg()
lines(nizap$x,nizap$y,col="red")
[Package StatDA version 1.7.11 Index]