Iris Sepal Length
- Line 4:
BOXPLOT()
is available Since v8.0.15 . - Line 5:
value(0)
sepal length - Line 6:
value(4)
species - Line 8:
boxplotOutput("chart")
makesBOXPLOT()
to yield records those formats are fit to echarts. - Line 17: a series for the boxplot.
- Line 18: column().flat() is required to display outlier points.
|
|
Last updated on