plotly_volume | R Documentation |
Create volume plot for one-batch data
plotly_volume(
df,
col_palette = NULL,
faceting_var,
y_name,
y_var,
p_title,
...
)
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 |
plotly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.