Revision 2d2a8cffd5245c01370f47cdc32bb197930a6475 authored by Matthias Templ on 28 November 2009, 00:00:00 UTC, committed by Gabor Csardi on 28 November 2009, 00:00:00 UTC
1 parent b075661
Raw File
skyeLavas.Rd
\name{skyeLavas}
\alias{skyeLavas}
\docType{data}
\title{ Another data set from the Atichsion book }
\description{
  AFM compositions of 23 aphyric Skye lavas. This data set can be found on page 360 of the Aitchison book (see reference).
}
\usage{data(skyeLavas)}
\format{
  A data frame with 23 observations on the following 3 variables.
  \describe{
    \item{\code{sodium-potassium}}{a numeric vector of percentages of Na2O\eqn{+}K2O}
    \item{\code{iron}}{a numeric vector of percentages of Fe2O3}
    \item{\code{magnesium}}{a numeric vector of percentages of MgO}
  }
}
\source{
Aitchison, J. (1986) \emph{The Statistical Analysis of Compositional
Data} Monographs on Statistics and Applied Probability. Chapman \&
Hall Ltd., London (UK). 416p.
}
\examples{
data(skyeLavas)
}
\keyword{datasets}
back to top