The R Project SVN R

Rev

Rev 88389 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88389 Rev 88548
Line 1... Line 1...
1
% File src/library/datasets/man/uspop.Rd
1
% File src/library/datasets/man/uspop.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{uspop}
6
\name{uspop}
7
\docType{data}
7
\docType{data}
8
\alias{uspop}
8
\alias{uspop}
Line 12... Line 12...
12
  at the 19 decennial censuses from 1790 to 1970.
12
  at the 19 decennial censuses from 1790 to 1970.
13
}
13
}
14
\usage{uspop}
14
\usage{uspop}
15
\format{A time series of 19 values.}
15
\format{A time series of 19 values.}
16
\source{
16
\source{
17
  McNeil, D. R. (1977)
17
  \bibshow{R:McNeil:1977}
18
  \emph{Interactive Data Analysis}.
-
 
19
  New York: Wiley.
-
 
20
}
18
}
21
\examples{
19
\examples{
22
require(graphics)
20
require(graphics)
23
plot(uspop, log = "y", main = "uspop data", xlab = "Year",
21
plot(uspop, log = "y", main = "uspop data", xlab = "Year",
24
     ylab = "U.S. Population (millions)")
22
     ylab = "U.S. Population (millions)")