plotly_boxplot: A boxplot with jittered points

View source: R/boxplot.R

plotly_boxplotR Documentation

A boxplot with jittered points

Description

A boxplot with jittered points

Usage

plotly_boxplot(
  x,
  box_hoverinfo = FALSE,
  colours = RColorBrewer::brewer.pal(ncol(x), "Paired")
)

Arguments

x

A data.frame

box_hoverinfo

Show hoverinfo for the boxplot trace? (logical)

colours

The colours to be used for the x-axis groups

Value

A plotly object

Examples

 plotly_boxplot(iris[, -5])

Alanocallaghan/plotlytalk documentation built on April 30, 2023, 9:41 p.m.