Description

Distribute objects into a set of "bins" based on a measurement associated with each object. Bins are evenly distributed between manually-specified smallest and largest bin centres. The assigned bin for each object is stored as a new measurement associated with that object.

Parameters

Input objects: Objects from the workspace. The specified measurement for each of these will be binned according to various parameters. The assigned bin will be stored as a new measurement associated with this object.

Measurement: Measurement associated with the input objects that will be binned according to the other parameters.

Smallest bin centre: Centre value associated with the smallest bin. Bins will be evenly distributed in bins between this value and the upper bin centre (specified by "Largest bin centre".

Largest bin centre: Centre value associated with the largest bin. Bins will be evenly distributed in bins between this value and the lower bin centre (specified by "Smallest bin centre".

Number of bins: Number of bins to divide measurements into. These will be evenly distributed in the range between "Smallest bin centre" and "Largest bin centre".