| Line 1... |
Line 1... |
| 1 |
% File src/library/graphics/man/hist.Rd
|
1 |
% File src/library/graphics/man/hist.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-2017 R Core Team
|
3 |
% Copyright 1995-2019 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{hist}
|
6 |
\name{hist}
|
| 7 |
\title{Histograms}
|
7 |
\title{Histograms}
|
| 8 |
\usage{
|
8 |
\usage{
|
| Line 62... |
Line 62... |
| 62 |
The default of \code{NULL} yields unfilled bars.}
|
62 |
The default of \code{NULL} yields unfilled bars.}
|
| 63 |
\item{border}{the color of the border around the bars. The default
|
63 |
\item{border}{the color of the border around the bars. The default
|
| 64 |
is to use the standard foreground color.}
|
64 |
is to use the standard foreground color.}
|
| 65 |
\item{main, xlab, ylab}{main title and axis labels: these arguments to
|
65 |
\item{main, xlab, ylab}{main title and axis labels: these arguments to
|
| 66 |
\code{\link{title}()} get \dQuote{smart} defaults here, e.g., the default
|
66 |
\code{\link{title}()} get \dQuote{smart} defaults here, e.g., the default
|
| 67 |
\code{ylab} is \code{"Frequency"} iff \code{probability} is true.}
|
67 |
\code{ylab} is \code{"Frequency"} iff \code{freq} is true.}
|
| 68 |
\item{xlim, ylim}{the range of x and y values with sensible defaults.
|
68 |
\item{xlim, ylim}{the range of x and y values with sensible defaults.
|
| 69 |
Note that \code{xlim} is \emph{not} used to define the histogram (breaks),
|
69 |
Note that \code{xlim} is \emph{not} used to define the histogram (breaks),
|
| 70 |
but only for plotting (when \code{plot = TRUE}).}
|
70 |
but only for plotting (when \code{plot = TRUE}).}
|
| 71 |
\item{axes}{logical. If \code{TRUE} (default), axes are draw if the
|
71 |
\item{axes}{logical. If \code{TRUE} (default), axes are draw if the
|
| 72 |
plot is drawn.}
|
72 |
plot is drawn.}
|