The R Project SVN R

Rev

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

Rev 74856 Rev 77912
Line 3... Line 3...
3
% Copyright 1995-2018 R Core Team
3
% Copyright 1995-2018 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
\alias{plot}
8
\title{The Default Scatterplot Function}
9
\title{The Default Scatterplot Function}
9
\description{
10
\description{
10
  Draw a scatter plot with decorations such as axes and titles
11
  Draw a scatter plot with decorations such as axes and titles
11
  in the active graphics window.
12
  in the active graphics window.
12
}
13
}
Line 107... Line 108...
107
  \code{\link{plot.new}}, \code{\link{plot.window}},
108
  \code{\link{plot.new}}, \code{\link{plot.window}},
108
  \code{\link{plot.xy}}, \code{\link{axis}}, \code{\link{box}} and
109
  \code{\link{plot.xy}}, \code{\link{axis}}, \code{\link{box}} and
109
  \code{\link{title}}, and plots can be built up by calling these
110
  \code{\link{title}}, and plots can be built up by calling these
110
  individually, or by calling \code{plot(type = "n")} and adding further
111
  individually, or by calling \code{plot(type = "n")} and adding further
111
  elements.
112
  elements.
-
 
113
 
-
 
114
  The \code{plot} generic was moved from the \pkg{graphics} package to
-
 
115
  the \pkg{base} package in \R 4.0.0. It is currently re-exported from
-
 
116
  the \pkg{graphics} namespace to allow packages importing it from there
-
 
117
  to continue working, but this may change in future versions of \R.
112
}
118
}
113
 
119
 
114
\references{
120
\references{
115
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
121
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
116
  \emph{The New S Language}.
122
  \emph{The New S Language}.