Rev 88389 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/datasets/man/uspop.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2025 R Core Team% Distributed under GPL 2 or later\name{uspop}\docType{data}\alias{uspop}\title{Populations Recorded by the US Census}\description{The population of the United States (in millions)at the 19 decennial censuses from 1790 to 1970.}\usage{uspop}\format{A time series of 19 values.}\source{\bibshow{R:McNeil:1977}}\examples{require(graphics)plot(uspop, log = "y", main = "uspop data", xlab = "Year",ylab = "U.S. Population (millions)")}\keyword{datasets}