binBoundary-methods {flowFP} | R Documentation |
These methods return the bin boundaries as a list. The number of list elements
is equal to the number of features in the fingerprint.
Each boundary has two points, lower left (called ll
) and upper right
(called ur
). The dimensionality of ll
and ur
is the
dimensionality of the flowFrame
or flowSet
used to construct
the object.
binBoundary(object)
This method returns the bin boundaries from the underlying
flowFPModel
.
This Method returns the flowFPModel
bin boundaries.