⚠️ You are viewing documentation for an older version of Compose SDK.
Version:
# Function boxWhiskerIqrValues
boxWhiskerIqrValues(
target):Measure[]
Returns an array of values for box whisker plot using interquartile range (IQR) calculations.
# Parameters
| Parameter | Type | Description |
|---|---|---|
target | Attribute | The target attribute for calculations. |
# Returns
Measure[]
An array of measures representing IQR values for box whisker plots.