UniqueHistogram.opCall

Create a UniqueHistogram. R must be an input range with elements implicitly convertible to double. The width of each bin will be widthFactor times the minimum distance between unique values. widthFactor must be > 0 and <= 1.

class UniqueHistogram
static
opCall
(
R
)
(
,
double widthFactor = 0.8
)
if (
isInputRange!R &&
isNumeric!(ElementType!R)
)

Meta