plotly_violin: Plotly Box

View source: R/plotly_violin.R

plotly_violinR Documentation

Plotly Box

Description

Plotly Box

Usage

plotly_violin(
  plot_data,
  x_col = "x",
  y_col = "y",
  color_col = x_col,
  key_col = x_col,
  text_col = x_col,
  split_col = x_col,
  xlab = "",
  ylab = "",
  title = "",
  source_name = NULL,
  fill_colors = NULL,
  points = NULL,
  showlegend = T,
  format_func = format_plotly
)

Arguments

plot_data

A dataframe

x_col

A string

y_col

A string

color_col

A string or NA

key_col

A string or NA

text_col

A string or NA

split_col

A string or NA

xlab

A string

ylab

A string

title

A string

source_name

A string or NULL

fill_colors

A string or NULL

points

A string or NULL

showlegend

True or False

format_func

A function


CRI-iAtlas/iatlas.modules documentation built on Aug. 8, 2024, 12:53 a.m.