plotly_volume {INSPECTumours} | R Documentation |
Create volume plot for one-batch data
Description
Create volume plot for one-batch data
Usage
plotly_volume(
df,
col_palette = NULL,
faceting_var,
y_name,
y_var,
p_title,
...
)
Arguments
df |
data.frame, single-batch long format |
col_palette |
character palette to color the treatments |
faceting_var |
string |
y_name |
string |
y_var |
string: column name for y axis |
p_title |
plot title |
... |
arguments passed to plot_ly |
Value
plotly object
[Package INSPECTumours version 0.1.0 Index]