View source: R/hchart-shorcuts.R
hcboxplot | R Documentation |
Shortcut to make a boxplot
hcboxplot(x = NULL, var = NULL, var2 = NULL, outliers = TRUE, ...)
x |
A numeric vector. |
var |
A string vector same length of x. |
var2 |
A string vector same length of x. |
outliers |
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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.