The R Project SVN R

Rev

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

Rev 85981 Rev 88548
Line 1... Line 1...
1
% File src/library/datasets/man/airquality.Rd
1
% File src/library/datasets/man/airquality.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{airquality}
6
\name{airquality}
7
\docType{data}
7
\docType{data}
8
\alias{airquality}
8
\alias{airquality}
Line 43... Line 43...
43
  The data were obtained from the New York State Department of
43
  The data were obtained from the New York State Department of
44
  Conservation (ozone data) and the National Weather Service
44
  Conservation (ozone data) and the National Weather Service
45
  (meteorological data).
45
  (meteorological data).
46
}
46
}
47
\references{
47
\references{
48
  Chambers, J. M., Cleveland, W. S., Kleiner, B. and Tukey, P. A. (1983)
-
 
49
  \emph{Graphical Methods for Data Analysis}.
48
  \bibshow{R:Chambers+Cleveland+Kleiner:1983}
50
  Belmont, CA: Wadsworth.
-
 
51
}
49
}
52
\examples{
50
\examples{
53
require(graphics)
51
require(graphics)
54
pairs(airquality, panel = panel.smooth, main = "airquality data")
52
pairs(airquality, panel = panel.smooth, main = "airquality data")
55
}
53
}