The R Project SVN R

Rev

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

Rev 58047 Rev 58321
Line 90... Line 90...
90
      etc}{settings for main- and sub-title and axis annotation, see
90
      etc}{settings for main- and sub-title and axis annotation, see
91
      \code{\link{title}} and \code{\link{par}}.}
91
      \code{\link{title}} and \code{\link{par}}.}
92
    \item{\code{lwd}}{the line width, see \code{\link{par}}.}
92
    \item{\code{lwd}}{the line width, see \code{\link{par}}.}
93
  }
93
  }
94
}
94
}
-
 
95
\note{
-
 
96
  The presence of \code{panel.first} and \code{panel.last} is a
-
 
97
  historical anomaly: default plots do not have \sQuote{panels}, unlike
-
 
98
  e.g. \code{\link{pairs}} plots.  For more control, use lower-level
-
 
99
  plotting functions: \code{plot.default} calls in turn some of
-
 
100
  \code{\link{plot.new}}, \code{\link{plot.window}},
-
 
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
-
 
103
  individually, or by calling \code{plot(type = "n")} and adding further
-
 
104
  elements.
-
 
105
}
-
 
106
 
95
\references{
107
\references{
96
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
108
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
97
  \emph{The New S Language}.
109
  \emph{The New S Language}.
98
  Wadsworth & Brooks/Cole.
110
  Wadsworth & Brooks/Cole.
99
 
111