StatDA (version 1.7.4)

bordersKola: Borders of the Kola Project boundary

Description

x- and y-coordinates of the Kola Project boundary.

Usage

data(bordersKola)

Arguments

Format

The format is: List of 2 $ x: num [1:64] 836200 881000 752900 743100 737500 ... $ y: num [1:64] 7708867 7403003 7389239 7377769 7364006 ...

Details

The corrdinates for the Kola Project boundary are used for the surface maps, i.e. for Krige and Smoothing maps. It is a list with two list elements x and y for the x- and y-coordinates.

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(bordersKola)
plot(bordersKola$x,bordersKola$y)
# }

Run the code above in your browser using DataLab