powered by
Shorcut for create boxplot
hcboxplot(x, by = NULL, outliers = TRUE, ...) hc_add_series_boxplot(hc, x, by = NULL, outliers = TRUE, ...)
x
highchart
htmlwidget
highchart() %>% hc_add_series_boxplot(x = iris$Sepal.Length, by = iris$Species, name = "length")
Run the code above in your browser using DataLab