adepro_slice_plot - function to create pie chart graph
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"), info = NULL, legend_ae = NULL, arrow_data = NULL, show_arrows = FALSE )
data
: adverse event data setpatients
: patient data setae_list
: list with selected adverse eventsglobal_params
: global parameterheight
: height sizewidth
: width sizexlines
: lines position xylines
: lines position yxval
: label x-axistitle
: graph titlesubgroup
: selected subgroupslider
: daysubjidn
: subjidn variableadepro_colors
: colors used in adepro (max 12)arrow_data
: data.frame with information which start/end date are imputedshow_arrows
: logical value if arrows should be displayed for imputed data