gstat (version 2.0-2)

walker: Walker Lake sample and exhaustive data sets

Description

This is the Walker Lake data sets (sample and exhaustive data set), used in Isaaks and Srivastava's Applied Geostatistics.

Usage

data(walker)

Arguments

Format

This data frame contains the following columns:

Id

Identification Number

X

Xlocation in meter

Y

Ylocation in meter

V

V variable, concentration in ppm

U

U variable, concentration in ppm

T

T variable, indicator variable

References

Applied Geostatistics by Edward H. Isaaks, R. Mohan Srivastava; Oxford University Press.

Examples

Run this code
# NOT RUN {
library(sp)
data(walker)
summary(walker)
summary(walker.exh)
# }

Run the code above in your browser using DataCamp Workspace