The R Project SVN R

Rev

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

Rev 61433 Rev 66444
Line 93... Line 93...
93
  }
93
  }
94
}
94
}
95
\note{
95
\note{
96
  The presence of \code{panel.first} and \code{panel.last} is a
96
  The presence of \code{panel.first} and \code{panel.last} is a
97
  historical anomaly: default plots do not have \sQuote{panels}, unlike
97
  historical anomaly: default plots do not have \sQuote{panels}, unlike
98
  e.g. \code{\link{pairs}} plots.  For more control, use lower-level
98
  e.g.\sspace{}\code{\link{pairs}} plots.  For more control, use lower-level
99
  plotting functions: \code{plot.default} calls in turn some of
99
  plotting functions: \code{plot.default} calls in turn some of
100
  \code{\link{plot.new}}, \code{\link{plot.window}},
100
  \code{\link{plot.new}}, \code{\link{plot.window}},
101
  \code{\link{plot.xy}}, \code{\link{axis}}, \code{\link{box}} and
101
  \code{\link{plot.xy}}, \code{\link{axis}}, \code{\link{box}} and
102
  \code{\link{title}}, and plots can be built up by calling these
102
  \code{\link{title}}, and plots can be built up by calling these
103
  individually, or by calling \code{plot(type = "n")} and adding further
103
  individually, or by calling \code{plot(type = "n")} and adding further