Skip to content

Commit 9857527

Browse files
author
smeyer
committed
mention period
git-svn-id: https://svn.r-project.org/R/trunk@88205 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent d4d79c5 commit 9857527

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/library/datasets/man/precip.Rd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
% File src/library/datasets/man/precip.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2016 R Core Team
3+
% Copyright 1995-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{precip}
77
\docType{data}
88
\alias{precip}
9-
\title{Annual Precipitation in US Cities}
9+
\title{Annual Precipitation in Selected US Cities}
1010
\description{
11-
The average amount of precipitation (rainfall) in inches for each of
11+
The yearly amount of precipitation (rainfall) in inches,
12+
averaged over the 30-year period 1941--1970, for each of
1213
70 United States (and Puerto Rico) cities.
1314
}
1415
\usage{precip}
1516
\format{
1617
A named vector of length 70.
1718
}
1819
\source{
19-
Statistical Abstracts of the United States, 1975.
20+
Statistical Abstracts of the United States, 1975, p. 192.
2021
}
2122
\references{
2223
McNeil, D. R. (1977)

0 commit comments

Comments
 (0)