slice_binning: Separately binning observations inside and outside the slice.

View source: R/section-pursuit.r

slice_binningR 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.


tourr documentation built on Aug. 25, 2023, 1:08 a.m.