powered by
Shortcut to make a boxplot
hcboxplot(x = NULL, var = NULL, var2 = NULL, outliers = TRUE, ...)
A numeric vector.
A string vector same length of x.
A boolean value to show or not the outliers.
Additional arguments for the data series https://api.highcharts.com/highcharts/series.
# NOT RUN { hcboxplot(x = iris$Sepal.Length, var = iris$Species, color = "red") # }
Run the code above in your browser using DataLab