datasets (version 3.6.1)

uspop: Populations Recorded by the US Census

Description

This data set gives the population of the United States (in millions) as recorded by the decennial census for the period 1790--1970.

Usage

uspop

Arguments

Format

A time series of 19 values.

Examples

Run this code
# NOT RUN {
require(graphics)
plot(uspop, log = "y", main = "uspop data", xlab = "Year",
     ylab = "U.S. Population (millions)")
# }

Run the code above in your browser using DataCamp Workspace