StatDA (version 1.7.4)

nizap: 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)

Arguments

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.

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

Run this code
# NOT RUN {
data(nizap)
data(kola.background)
plotbg()
lines(nizap$x,nizap$y,col="red")
# }

Run the code above in your browser using DataLab