geoR (version 1.8-1)

tce: TCE concentrations in groundwater in a vertical cross section

Description

Measurements at 56 locations of concentration of trichloroethylene (TCE) in groundwater on a transect in a fine-sand superficial aquifer. Extract from Kitanidis' book.

Usage

data(tce)

Arguments

Format

An object of the class geodata which is a list with the elements:

coords

coordinates of the data location (feet).

data

the data vector with measurements of the TCE concentration (ppb).

Examples

Run this code
# NOT RUN {
summary(tce)
summary(tce, lambda=0)
plot(tce)
points(tce)
points(tce, lambda=0)
# }

Run the code above in your browser using DataLab