The R Project SVN R

Rev

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

Rev 286 Rev 318
Line 1... Line 1...
1
\name{plot.default}
1
\name{plot.default}
2
\title{The Default Scatterplot Function}
2
\title{The Default Scatterplot Function}
3
\usage{
3
\usage{
4
plot.default(x, y, type = "p", col = par("fg"), bg = NA,
4
plot.default(x, y=NULL, type = "p", col = par("fg"), bg = NA,
5
             pch = par("pch"), xlim = NULL, ylim = NULL, log = "",
5
             pch = par("pch"), xlim = NULL, ylim = NULL, log = "",
6
             axes = TRUE, frame.plot = TRUE, panel.first = NULL,
6
             axes = TRUE, frame.plot = axes, panel.first = NULL,
7
             panel.last = NULL, ann = par("ann"), main = NULL,
7
             panel.last = NULL, ann = par("ann"), main = NULL,
8
             xlab = NULL, ylab = NULL, cex = par("cex"),
8
             xlab = NULL, ylab = NULL, cex = par("cex"),
9
             lty = par("lty"), lwd = par("lwd"), \dots)
9
             lty = par("lty"), lwd = par("lwd"), \dots)
10
}
10
}
11
\alias{plot.default}
11
\alias{plot.default}
Line 21... Line 21...
21
    \code{"h"} for \emph{high density} vertical lines.}
21
    \code{"h"} for \emph{high density} vertical lines.}
22
  \item{col}{The colors for lines and points.  Multiple colors can be
22
  \item{col}{The colors for lines and points.  Multiple colors can be
23
    specified so that each point can be given its own color.  If there
23
    specified so that each point can be given its own color.  If there
24
    are fewer colors than points they are recycled in the standard
24
    are fewer colors than points they are recycled in the standard
25
    fashion.}
25
    fashion.}
26
  \item{bg}{???}
26
  \item{bg}{background color of ???}
27
  \item{pch}{a vector of plotting characters or symbols.}
27
  \item{pch}{a vector of plotting characters or symbols.}
28
  \item{xlim}{the x limits of the plot.}
28
  \item{xlim}{the x limits (min,max) of the plot.}
29
  \item{ylim}{the y limits of the plot.}
29
  \item{ylim}{the y limits of the plot.}
30
  \item{log}{a character string which contains \code{"x"} if the x axis
30
  \item{log}{a character string which contains \code{"x"} if the x axis
31
    is to be logarithmic, \code{"y"} if the y axis is to be logarithmic
31
    is to be logarithmic, \code{"y"} if the y axis is to be logarithmic
32
    and \code{"xy"} or \code{"yx"} if both axes are to be logarithmic.}
32
    and \code{"xy"} or \code{"yx"} if both axes are to be logarithmic.}
33
  \item{axes}{a logical value indicating whether axes should be drawn on
33
  \item{axes}{a logical value indicating whether axes should be drawn on