File: Fruits.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 (31 lines) | stat: -rw-r--r-- 775 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
28
29
30
31
\name{Fruits}
\alias{Fruits}
\docType{data}
\title{
Fruits: googleVis example data set
}
\description{
 Example data set to illustrate the use of the googleVis package.
}
\usage{data(Fruits)}
\format{
A data frame with 9 observations on the following 7 variables.
  \describe{
    \item{\code{Fruit}}{a factor with levels \code{Apples} \code{Bananas} \code{Oranges}}
    \item{\code{Year}}{a numeric vector}
    \item{\code{Location}}{a factor with levels \code{East} \code{West}}
    \item{\code{Sales}}{a numeric vector}
    \item{\code{Expenses}}{a numeric vector}
    \item{\code{Profit}}{a numeric vector}
    \item{\code{Date}}{a Date}
  }
}
\examples{
data(Fruits)
M <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Year")

\dontrun{
 plot(M)
}
}
\keyword{datasets}