EastIndiesTrade: Figures for the trade between England and the East Indies in...

Description Usage Format Source Examples

Description

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'.

Usage

1

Format

A data frame with 81 observations on the following 3 variables.

Year

the data go from 1700 to 1780

Exports

Exports from England to the East Indies (millions of pounds)

Imports

Imports to England from the East Indies (millions of pounds)

Source

http://blog.bissantz.com/vis-a-vis

Examples

1
2
3
data(EastIndiesTrade, package="GDAdata")
library(ggplot2)
ggplot(EastIndiesTrade, aes(x=Year, y=Exports-Imports)) + geom_line()

Example output



GDAdata documentation built on May 2, 2019, 5:11 a.m.