Description Usage Format Source Examples
Example data set to illustrate the use of the googleVis package.
1 |
A data frame with 195 observations on the following 7 variables.
Ranka numeric vector with population ranking
Countrycountry name as character
Populationpopulation
% of World Population% of world population
Flaghtml image-tag to wikipedia with country flag
Modelogical test vector
Datedate test vector
Sourced from Wikipedia (columns 1 to 5): http://en.wikipedia.org/wiki/List_of_countries_by_population, 9 October 2010.
1 2 3 4 5 6 7 | data(Population)
tbl <- gvisTable(Population)
## Not run:
plot(tbl)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.