hcboxplot {highcharter} | R Documentation |
Function to make a boxplot
Shorcut for create boxplot
hcboxplot(x, by = NULL, outliers = TRUE, ...) hc_add_series_boxplot(hc, x, by = NULL, outliers = TRUE, ...)
x |
A numerci vector |
by |
A string vector same length of |
outliers |
A boolean value to show or not the outliers |
... |
Aditional shared arguments for the data series (http://api.highcharts.com/highcharts#series). |
hc |
A |
highchart() %>% hc_add_series_boxplot(x = iris$Sepal.Length, by = iris$Species, name = "length")