View source: R/adepro_slice_plot.R
adepro_slice_plot | R Documentation |
Create pie chart graph for app adepro
adepro_slice_plot(
data,
patients,
ae_list,
global_params,
height,
width,
xlines,
ylines,
xval,
title,
subgroup,
slider,
subjidn,
adepro_colors = c("#e43157", "#377eb8", "#4daf4a", "#984ea3", "#ff7f00", "#ffff33",
"#a65628", "#f781bf", "#21d4de", "#91d95b", "#b8805f", "#cbbeeb")
)
data |
adverse event data set |
patients |
patient data set |
ae_list |
list with selected adverse events |
global_params |
global parameter |
height |
height size |
width |
width size |
xlines |
lines position x |
ylines |
lines position y |
xval |
label x-axis |
title |
graph title |
subgroup |
selected subgroup |
slider |
day |
subjidn |
subjidn variable |
adepro_colors |
colors used in adepro (max 12) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.