tsm_ggbox_plotly: Interactive boxplot using plotly

View source: R/tsort_ggplot.R

tsm_ggbox_plotlyR Documentation

Interactive boxplot using plotly

Description

Interactive boxplot using plotly

Usage

tsm_ggbox_plotly(p, tooltip = c("x", "y", "label"))

Arguments

p

A ggplot2 boxplot, preferably created using tsm_ggbox()

tooltip

Which information shall be displayed on mouseover? Choices are "x", "y", and "label"

Value

An interactive plotly boxplot

Examples

p <- tsm_ggbox(albums)
tsm_ggbox_plotly(p)

fjodor/tsortmusicr documentation built on Jan. 26, 2025, 9:58 p.m.