powered by
Shortcut for create boxplot
hc_add_series_boxplot(hc, x, by = NULL, outliers = TRUE, ...)
A highchart htmlwidget object.
highchart
htmlwidget
A numeric vector
A string vector same length of x
x
A boolean value to show or not the outliers
Additional arguments for the data series (http://api.highcharts.com/highcharts#series).
# NOT RUN { # } # NOT RUN { highchart() %>% hc_add_series_boxplot(x = iris$Sepal.Length, by = iris$Species, name = "length") # } # NOT RUN { # }
Run the code above in your browser using DataLab