cut_number {ggplot2} | R Documentation |
Cut numeric vector into intervals containing equal number of points.
cut_number(x, n = NULL, ...)
x |
numeric vector |
n |
number of intervals to create |
... |
other arguments passed on to
|
table(cut_number(runif(1000), n = 10))