slice_binning {tourr} | R Documentation |
Separately binning observations inside and outside the slice.
Description
Separately binning observations inside and outside the slice.
Usage
slice_binning(mat, dists, h, breaks_x, breaks_y, bintype = "square")
Arguments
mat |
projected data points |
dists |
vector of all point distances from the projection plane. |
h |
slice thickness. |
breaks_x |
binning on the first variable (x or radius). |
breaks_y |
binning on the second variable (y or angle). |
bintype |
select polar (default) or square binning. |
[Package tourr version 1.2.0 Index]