|
1 | 1 | % File src/library/graphics/man/plothistogram.Rd |
2 | 2 | % Part of the R package, https://www.R-project.org |
3 | | -% Copyright 1995-2022 R Core Team |
| 3 | +% Copyright 1995-2025 R Core Team |
4 | 4 | % Distributed under GPL 2 or later |
5 | 5 |
|
6 | 6 | \name{plot.histogram} |
|
16 | 16 | col = "lightgray", border = NULL, lty = NULL, |
17 | 17 | main = paste("Histogram of", paste(x$xname, collapse = "\n")), |
18 | 18 | sub = NULL, xlab = x$xname, ylab, |
19 | | - xlim = range(x$breaks), ylim = NULL, |
| 19 | + xlim = range(x$breaks), ylim = NULL, log = "", |
20 | 20 | axes = TRUE, labels = FALSE, add = FALSE, |
21 | 21 | ann = TRUE, \dots) |
22 | 22 |
|
|
40 | 40 | \item{main, sub, xlab, ylab}{these arguments to \code{title} have useful |
41 | 41 | defaults here.} |
42 | 42 | \item{xlim, ylim}{the range of x and y values with sensible defaults.} |
| 43 | + \item{log}{a string, by default \code{""}, otherwise typically \code{"x"}.} |
43 | 44 | \item{axes}{logical, indicating if axes should be drawn.} |
44 | 45 | \item{labels}{logical or character. Additionally draw labels on top of bars, |
45 | 46 | if not \code{FALSE}; if \code{TRUE}, draw the counts or rounded |
|
0 commit comments