The R Project SVN R

Rev

Rev 88767 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88767 Rev 89497
Line 1... Line 1...
1
% File src/library/graphics/man/barplot.Rd
1
% File src/library/graphics/man/barplot.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2025 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{barplot}
6
\name{barplot}
7
\alias{barplot}
7
\alias{barplot}
8
\alias{barplot.default}
8
\alias{barplot.default}
Line 24... Line 24...
24
        axes = TRUE, axisnames = TRUE,
24
        axes = TRUE, axisnames = TRUE,
25
        cex.axis = par("cex.axis"), cex.names = par("cex.axis"),
25
        cex.axis = par("cex.axis"), cex.names = par("cex.axis"),
26
        inside = TRUE, plot = TRUE, axis.lty = 0, offset = 0,
26
        inside = TRUE, plot = TRUE, axis.lty = 0, offset = 0,
27
        add = FALSE, ann = !add && par("ann"), args.legend = NULL,
27
        add = FALSE, ann = !add && par("ann"), args.legend = NULL,
28
        orderH = c("none", "incr", "decr"),
28
        orderH = c("none", "incr", "decr"),
-
 
29
        panel.first = NULL, panel.last = NULL,
29
        \dots)
30
        \dots)
30
 
31
 
31
\method{barplot}{formula}(formula, data, subset, na.action,
32
\method{barplot}{formula}(formula, data, subset, na.action,
32
        horiz = FALSE, xlab = NULL, ylab = NULL, \dots)
33
        horiz = FALSE, xlab = NULL, ylab = NULL, \dots)
33
}
34
}
Line 141... Line 142...
141
  \item{subset}{an optional vector specifying a subset of observations
142
  \item{subset}{an optional vector specifying a subset of observations
142
    to be used.}
143
    to be used.}
143
  \item{na.action}{a function which indicates what should happen when
144
  \item{na.action}{a function which indicates what should happen when
144
    the data contain \code{\link{NA}} values.  The default is to ignore missing
145
    the data contain \code{\link{NA}} values.  The default is to ignore missing
145
    values in the given variables.}
146
    values in the given variables.}
-
 
147
 
-
 
148
  \item{panel.first}{an \sQuote{expression} to be evaluated after the
-
 
149
    plot axes are set up but before any plotting takes place.  This can
-
 
150
    be useful for drawing background grids. Note that this works by 
-
 
151
    lazy evaluation: passing this argument from other functions may 
-
 
152
    well not work since it may be evaluated too early.}
-
 
153
  \item{panel.last}{an expression to be evaluated after plotting has
-
 
154
    taken place but before the axes and title are added.  See the
-
 
155
    comments about \code{panel.first}.}
-
 
156
 
146
  \item{\dots}{arguments to be passed to/from other methods.  For the
157
  \item{\dots}{arguments to be passed to/from other methods.  For the
147
    default method these can include further arguments (such as
158
    default method these can include further arguments (such as
148
    \code{axes}, \code{asp} and \code{main}) and
159
    \code{axes}, \code{asp} and \code{main}) and
149
    \link{graphical parameters} (see \code{\link{par}}) which are passed to
160
    \link{graphical parameters} (see \code{\link{par}}) which are passed to
150
    \code{\link{plot.window}()}, \code{\link{title}()} and
161
    \code{\link{plot.window}()}, \code{\link{title}()} and