Learn R Programming

GDAdata (version 0.93)

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

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

data(EastIndiesTrade)

Arguments

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)

Examples

Run this code
data(EastIndiesTrade, package="GDAdata")
library(ggplot2)
ggplot(EastIndiesTrade, aes(x=Year, y=Exports-Imports)) + geom_line()

Run the code above in your browser using DataLab