File: faithfuld.Rd

package info (click to toggle)
r-cran-ggplot2 3.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,748 kB
  • sloc: sh: 15; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (3)
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}