hcboxplot: Shortcut to make a boxplot

View source: R/hchart-shorcuts.R

hcboxplotR Documentation

Shortcut to make a boxplot

Description

Shortcut to make a boxplot

Usage

hcboxplot(x = NULL, var = NULL, var2 = NULL, outliers = TRUE, ...)

Arguments

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.

Examples

## Not run: 
hcboxplot(x = iris$Sepal.Length, var = iris$Species, color = "red")

## End(Not run)

jbkunst/highcharter documentation built on March 14, 2024, 12:52 a.m.