| Line 92... |
Line 92... |
| 92 |
\item{axes}{logical. If \code{TRUE}, a vertical (or horizontal, if
|
92 |
\item{axes}{logical. If \code{TRUE}, a vertical (or horizontal, if
|
| 93 |
\code{horiz} is true) axis is drawn.}
|
93 |
\code{horiz} is true) axis is drawn.}
|
| 94 |
\item{axisnames}{logical. If \code{TRUE}, and if there are
|
94 |
\item{axisnames}{logical. If \code{TRUE}, and if there are
|
| 95 |
\code{names.arg} (see above), the
|
95 |
\code{names.arg} (see above), the
|
| 96 |
other axis is drawn (with \code{lty = 0}) and labeled.}
|
96 |
other axis is drawn (with \code{lty = 0}) and labeled.}
|
| 97 |
\item{cex.axis}{expansion factor for numeric axis labels.}
|
97 |
\item{cex.axis}{expansion factor for numeric axis labels (see
|
| - |
|
98 |
\code{\link{par}('cex')}).}
|
| 98 |
\item{cex.names}{expansion factor for axis names (bar labels).}
|
99 |
\item{cex.names}{expansion factor for axis names (bar labels).}
|
| 99 |
\item{inside}{logical. If \code{TRUE}, the lines which divide
|
100 |
\item{inside}{logical. If \code{TRUE}, the lines which divide
|
| 100 |
adjacent (non-stacked!) bars will be drawn. Only applies when
|
101 |
adjacent (non-stacked!) bars will be drawn. Only applies when
|
| 101 |
\code{space = 0} (which it partly is when \code{beside = TRUE}).}
|
102 |
\code{space = 0} (which it partly is when \code{beside = TRUE}).}
|
| 102 |
%MM: we still have "NotYetUsed" -- the above describes S-plus 6.1 (not
|
103 |
%MM: we still have "NotYetUsed" -- the above describes S-plus 6.1 (not
|
| 103 |
% precisely documented!) behavior!
|
104 |
% precisely documented!) behavior!
|
| 104 |
\item{plot}{logical. If \code{FALSE}, nothing is plotted.}
|
105 |
\item{plot}{logical. If \code{FALSE}, nothing is plotted.}
|
| 105 |
\item{axis.lty}{the graphics parameter \code{lty} applied to the axis
|
106 |
\item{axis.lty}{the graphics parameter \code{lty} (see
|
| - |
|
107 |
\code{\link{par}('lty')}) applied to the axis
|
| 106 |
and tick marks of the categorical (default horizontal) axis. Note
|
108 |
and tick marks of the categorical (default horizontal) axis. Note
|
| 107 |
that by default the axis is suppressed.}
|
109 |
that by default the axis is suppressed.}
|
| 108 |
\item{offset}{a vector indicating how much the bars should be shifted
|
110 |
\item{offset}{a vector indicating how much the bars should be shifted
|
| 109 |
relative to the x axis.}
|
111 |
relative to the x axis.}
|
| 110 |
\item{add}{logical specifying if bars should be added to an already
|
112 |
\item{add}{logical specifying if bars should be added to an already
|