The R Project SVN R

Rev

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

Rev 59039 Rev 59510
Line 83... Line 83...
83
    \item{\code{cex}}{a numerical vector giving the amount by which
83
    \item{\code{cex}}{a numerical vector giving the amount by which
84
      plotting characters and symbols should be scaled relative to the
84
      plotting characters and symbols should be scaled relative to the
85
      default.  This works as a multiple of \code{\link{par}("cex")}.
85
      default.  This works as a multiple of \code{\link{par}("cex")}.
86
      \code{NULL} and \code{NA} are equivalent to \code{1.0}.  Note that
86
      \code{NULL} and \code{NA} are equivalent to \code{1.0}.  Note that
87
      this does not affect annotation: see below.}
87
      this does not affect annotation: see below.}
88
    \item{\code{lty}}{the line type, see \code{\link{par}}.}
88
    \item{\code{lty}}{a vector of line types, see \code{\link{par}}.}
89
    \item{\code{cex.main}, \code{col.lab}, \code{font.sub},
89
    \item{\code{cex.main}, \code{col.lab}, \code{font.sub},
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}}{a vector of line widths, see \code{\link{par}}.}
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