The R Project SVN R

Rev

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

Rev 27442 Rev 27625
Line 50... Line 50...
50
    \code{height} are portrayed as stacked bars, and if \code{TRUE}
50
    \code{height} are portrayed as stacked bars, and if \code{TRUE}
51
    the columns are portrayed as juxtaposed bars.}
51
    the columns are portrayed as juxtaposed bars.}
52
  \item{horiz}{a logical value.  If \code{FALSE}, the bars are drawn
52
  \item{horiz}{a logical value.  If \code{FALSE}, the bars are drawn
53
    vertically with the first bar to the left.  If \code{TRUE}, the
53
    vertically with the first bar to the left.  If \code{TRUE}, the
54
    bars are drawn horizontally with the first at the bottom.}
54
    bars are drawn horizontally with the first at the bottom.}
55
  \item{density}{a vector giving the the density of shading lines, in
55
  \item{density}{a vector giving the density of shading lines, in
56
    lines per inch, for the bars or bar components.
56
    lines per inch, for the bars or bar components.
57
    The default value of \code{NULL} means that no shading lines
57
    The default value of \code{NULL} means that no shading lines
58
    are drawn. Non-positive values of \code{density} also inhibit the
58
    are drawn. Non-positive values of \code{density} also inhibit the
59
    drawing of shading lines.}
59
    drawing of shading lines.}
60
  \item{angle}{the slope of shading lines, given as an angle in
60
  \item{angle}{the slope of shading lines, given as an angle in
Line 79... Line 79...
79
    \code{space = 0} (which it partly is when \code{beside = TRUE}).}
79
    \code{space = 0} (which it partly is when \code{beside = TRUE}).}
80
%MM: we still have "NotYetUsed" -- the above describe's S-plus 6.1 (not
80
%MM: we still have "NotYetUsed" -- the above describe's S-plus 6.1 (not
81
% precisely documented!) behavior!
81
% precisely documented!) behavior!
82
  \item{plot}{logical.  If \code{FALSE}, nothing is plotted.}
82
  \item{plot}{logical.  If \code{FALSE}, nothing is plotted.}
83
  \item{axis.lty}{the graphics parameter \code{lty} applied to the axis
83
  \item{axis.lty}{the graphics parameter \code{lty} applied to the axis
84
    and tick marks of the categorical (default horzontal) axis.  Note
84
    and tick marks of the categorical (default horizontal) axis.  Note
85
    that by default the axis is suppressed.}
85
    that by default the axis is suppressed.}
86
  \item{\dots}{further graphical parameters (\code{\link{par}}) are
86
  \item{\dots}{further graphical parameters (\code{\link{par}}) are
87
    passed to \code{\link{plot.window}()}, \code{\link{title}()} and
87
    passed to \code{\link{plot.window}()}, \code{\link{title}()} and
88
    \code{\link{axis}}.}
88
    \code{\link{axis}}.}
89
}
89
}