monch: Boundary of the Monchegorsk area

monchR Documentation

Boundary of the Monchegorsk area

Description

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

Usage

data(monch)

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.

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

StatDA documentation built on June 7, 2023, 6:26 p.m.

Related to monch in StatDA...