1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
\name{dino}
\alias{dino}
\docType{data}
\title{
Dinosaur data
}
\description{
Lenght of dinosaurs
}
\usage{data(dino)}
\format{
A data frame with 28 observations on 2 variables, dinosaur and length.
}
%\details{
%% ~~ If necessary, more details than the __description__ above ~~
%}
\source{
\url{https://developers.google.com/chart/interactive/docs/gallery/histogram}
}
%\references{
%% ~~ possibly secondary sources and usages ~~
%}
\examples{
data(dino)
str(dino)
}
\keyword{datasets}
|