
Last chance! 50% off unlimited learning
Sale ends in
ScaleHistogram(x, factor)
"histogram"
object (created by
hist
) representing a dataset summarized by binning.histogramtools-package
,
hist
.
x <- runif(100)
h <- hist(x, plot=FALSE)
plot(ScaleHistogram(h, 10))
Run the code above in your browser using DataLab