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{CityPopularity}
\alias{CityPopularity}
\docType{data}
\title{
CityPopularity: googleVis example data set
}
\description{
Example data set to illustrate the use of the googleVis package.
}
\usage{data(CityPopularity)}
\format{
A data frame with 6 observations on the following 2 variables.
\describe{
\item{\code{City}}{a factor with levels \code{Boston} \code{Chicago} \code{Houston} \code{Los Angeles} \code{Miami} \code{New York}}
\item{\code{Popularity}}{a numeric vector}
}
}
%%\details{
%% ~~ If necessary, more details than the __description__ above ~~
%%}
\source{
Google Geo Map API: \url{https://google-developers.appspot.com/chart/interactive/docs/gallery/geomap.html}
}
%%\references{
%% ~~ possibly secondary sources and usages ~~
%}
\examples{
data(CityPopularity)
str(CityPopularity)
}
\keyword{datasets}
|