bin_vector {ggvis} | R Documentation |
A generic and several implementations for binning vectors.
bin_vector(x, weight = NULL, ...)
x |
A vector to bin |
weight |
If specified, an integer vector of the same length as |
... |
additional arguments passed through to methods. |
width |
The width of a bin |
origin |
The left-most value for bins. |
closed |
One of |
pad |
A logical indicating whether the bins should be padded to include an empty bin on each side. |