Description Usage Format Source Examples
The data have been estimated from the graphic in the first edition of Playfair's Commercial and Political Atlas by the website 'Me, myself, and BI'.
1 |
A data frame with 81 observations on the following 3 variables.
Yearthe data go from 1700 to 1780
ExportsExports from England to the East Indies (millions of pounds)
ImportsImports to England from the East Indies (millions of pounds)
http://blog.bissantz.com/vis-a-vis
1 2 3 | data(EastIndiesTrade, package="GDAdata")
library(ggplot2)
ggplot(EastIndiesTrade, aes(x=Year, y=Exports-Imports)) + geom_line()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.