kattegat
From geoR v1.8-1
by Paulo Ribeiro Jr
Kattegat basin salinity data
Salinity measurements at the Kattegat basin, Denmark.
- Keywords
- datasets
Usage
data(kattegat)
Format
An object of the class
"geodata"
,
which is list with three components:
coords
the coordinates of the data locations. The distance are given in kilometers.
data
values of the piezometric head. The unit is heads to meters.
dk
a list with cooordinates of lines defining borders and islands across the study area.
References
Diggle, P. J. and Lophaven, S. (2006). Bayesian geostatistical design. Scandinavian Journal of Statistics, 33: 55-64.
Examples
# NOT RUN {
plot(c(550,770),c(6150,6420),type="n",xlab="X UTM",ylab="Y UTM")
points(kattegat, add=TRUE)
lapply(kattegat$dk, lines, lwd=2)
# }
Community examples
Looks like there are no examples yet.