Skip to content

Commit 9c4e67f

Browse files
author
smeyer
committed
tweak description (by Eric Lindblad)
git-svn-id: https://svn.r-project.org/R/trunk@88389 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent c23988c commit 9c4e67f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/library/datasets/man/uspop.Rd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
\alias{uspop}
99
\title{Populations Recorded by the US Census}
1010
\description{
11-
This data set gives the population of the United States (in millions)
12-
as recorded by the decennial census for the period 1790--1970.
11+
The population of the United States (in millions)
12+
at the 19 decennial censuses from 1790 to 1970.
1313
}
1414
\usage{uspop}
1515
\format{A time series of 19 values.}
@@ -18,7 +18,6 @@
1818
\emph{Interactive Data Analysis}.
1919
New York: Wiley.
2020
}
21-
% FIXME: missing \references{}
2221
\examples{
2322
require(graphics)
2423
plot(uspop, log = "y", main = "uspop data", xlab = "Year",

0 commit comments

Comments
 (0)