File: dino.Rd

package info (click to toggle)
r-cran-googlevis 0.6.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,660 kB
  • sloc: sh: 17; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (6)
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}