The R Project SVN R

Rev

Rev 68948 | Rev 70685 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 68988
Line 1... Line 1...
1
% File src/library/graphics/man/plotdefault.Rd
1
% File src/library/graphics/man/plotdefault.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-2014 R Core Team
3
% Copyright 1995-2015 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{plot.default}
6
\name{plot.default}
7
\alias{plot.default}
7
\alias{plot.default}
8
\title{The Default Scatterplot Function}
8
\title{The Default Scatterplot Function}
Line 115... Line 115...
115
 
115
 
116
  Murrell, P. (2005) \emph{R Graphics}. Chapman & Hall/CRC Press.
116
  Murrell, P. (2005) \emph{R Graphics}. Chapman & Hall/CRC Press.
117
}
117
}
118
\seealso{
118
\seealso{
119
  \code{\link{plot}}, \code{\link{plot.window}}, \code{\link{xy.coords}}.
119
  \code{\link{plot}}, \code{\link{plot.window}}, \code{\link{xy.coords}}.
-
 
120
  For thousands of points, consider using \code{\link{smoothScatter}}
-
 
121
  instead.
120
}
122
}
121
\examples{
123
\examples{
122
Speed <- cars$speed
124
Speed <- cars$speed
123
Distance <- cars$dist
125
Distance <- cars$dist
124
plot(Speed, Distance, panel.first = grid(8, 8),
126
plot(Speed, Distance, panel.first = grid(8, 8),