1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{faithfuld}
\alias{faithfuld}
\title{2d density estimate of Old Faithful data}
\format{
A data frame with 5,625 observations and 3 variables:
\describe{
\item{eruptions}{Eruption time in mins}
\item{waiting}{Waiting time to next eruption in mins}
\item{density}{2d density estimate}
}
}
\usage{
faithfuld
}
\description{
A 2d density estimate of the waiting and eruptions variables data
\link{faithful}.
}
\keyword{datasets}
|