Count data of size, shape and orientation
binning3d(size, angle, shape, breaks, check = TRUE, na.rm = TRUE)
vector of sizes
vector of angles
vector of shape factors
list of bin vectors
logical, default is TRUE
logical, whether NAs
should be removed, default TRUE
3D array of binned count data
For each value of planar or spatial measured quantities size
, shape
and orientation
the function counts the number of observations falling into each class (bin). The list breaks
can be
obtained by the function setbreaks
. If check=TRUE
, some checks on breaks
are done.
For an example please see the file 'almmc.R'.