This function overrides the default arguments. See
?graphics::hist.default
# S3 method for 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,
...
)
See ?graphics::hist.default
See ?graphics::hist.default
See ?graphics::hist.default
See ?graphics::hist.default
See ?graphics::hist.default
See ?graphics::hist.default
# NOT RUN {
x = rlnorm(100)
hist(x)
# }
Run the code above in your browser using DataLab