Description Usage Arguments Examples
This function overrides the default arguments. See
?graphics::hist.default
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | ## S3 method for class 'prettyB'
hist(
x,
breaks = "Sturges",
freq = NULL,
probability = !freq,
include.lowest = TRUE,
right = TRUE,
density = NULL,
angle = 45,
col = NULL,
border = NULL,
main = paste("Histogram of", xname),
xlim = range(breaks),
ylim = NULL,
xlab = xname,
ylab,
axes = TRUE,
plot = TRUE,
labels = FALSE,
nclass = NULL,
warn.unused = TRUE,
...
)
hist_p(
x,
breaks = "Sturges",
freq = NULL,
probability = !freq,
include.lowest = TRUE,
right = TRUE,
density = NULL,
angle = 45,
col = NULL,
border = NULL,
main = paste("Histogram of", xname),
xlim = range(breaks),
ylim = NULL,
xlab = xname,
ylab,
axes = TRUE,
plot = TRUE,
labels = FALSE,
nclass = NULL,
warn.unused = TRUE,
...
)
|
x, breaks, freq, probability |
See |
include.lowest, right, density |
See |
angle, col, border, main |
See |
xlim, ylim, xlab, ylab, axes, plot |
See |
labels, nclass, warn.unused |
See |
... |
See |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.