arcticLake {robCompositions} | R Documentation |
arctic lake sediment data
Description
Sand, silt, clay compositions of 39 sediment samples at different water depths in an Arctic lake. This data set can be found on page 359 of the Aitchison book (see reference).
Usage
data(arcticLake)
Format
A data frame with 39 rows and 3 variables
Details
sand
numeric vector of percentages of sandsilt
numeric vector of percentages of siltclay
numeric vector of percentages of clay
The rows sum up to 100, except for rounding errors.
Author(s)
Matthias Templ matthias.templ@tuwien.ac.at
References
Aitchison, J. (1986). The Statistical Analysis of Compositional Data. Monographs on Statistics and Applied Probability. Chapman and Hall Ltd., London (UK). 416p.
Examples
data(arcticLake)
str(arcticLake)
summary(arcticLake)
rowSums(arcticLake)
ternaryDiag(arcticLake)
plot(pivotCoord(arcticLake))
[Package robCompositions version 2.4.1 Index]