StatDA (version 1.7.4)

monch: Boundary of the Monchegorsk area

Description

This gives x- and y-coordinates with the boundary of the area around Monchegorsk.

Usage

data(monch)

Arguments

Format

The format is: List of 2 $ x: num [1:32] 710957 734664 754666 770223 779113 ... $ y: num [1:32] 7473981 7473143 7474818 7483191 7488215 ...

Details

This object can be used to select samples from the Kola data from the region around Monchegorsk.

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(monch)
data(kola.background)
plotbg()
lines(monch$x,monch$y,col="red")
# }

Run the code above in your browser using DataLab