Closed kevca87 closed 1 year ago
| boxPlot1 toothGrowth | toothGrowth := AIDatasets loadToothGrowth. boxPlot1 := (RSBoxPlot fromDataFrame: toothGrowth) y: #len; categoryBy: #dose; hue:#supp. boxPlot1 open