Learn R Programming

geostatsp (version 1.4.4)

rongelapUTM: Rongelap data

Description

This data-set was used by Diggle, Tawn and Moyeed (1998) to illustrate the model-based geostatistical methodology introduced in the paper. discussed in the paper. The radionuclide concentration data set consists of measurements of \(\gamma\)-ray counts at \(157\) locations.

Usage

data(rongelapUTM)

Arguments

Format

A SpatialPolygonsDataFrame, with columns count being the radiation count and time being the length of time the measurement was taken for. A UTM coordinate reference system is used, where coordinates are in metres.

References

Christensen, O. F. (2004). Monte Carlo maximum likelihood in model-based geostatistics. Journal of computational and graphical statistics 13 702-718.

Diggle, P. J., Harper, L. and Simon, S. L. (1997). Geostatistical analysis of residual contamination from nuclea testing. In: Statistics for the environment 3: pollution assesment and control (eds. V. Barnet and K. F. Turkmann), Wiley, Chichester, 89-107.

Diggle, P. J., Tawn, J. A. and Moyeed, R. A. (1998). Model-based geostatistics (with Discussion). Applied Statistics, 47, 299--350.

Examples

Run this code
# NOT RUN {
data("rongelapUTM")
plot(rongelapUTM, main="Rongelap island")
# }
# NOT RUN {
load(url("http://www.filefactory.com/file/54e8egxfddul/n/MHL_adm0_RData"))

rongelapLL = spTransform(rongelapUTM, gadm@proj4string)
plot(rongelapLL)
plot(gadm, add=T)
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab