adepro_slice_plot: adepro_slice_plot - function to create pie chart graph

View source: R/adepro_slice_plot.R

adepro_slice_plotR Documentation

adepro_slice_plot - function to create pie chart graph

Description

Create pie chart graph for app adepro

Usage

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")
)

Arguments

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)


adepro documentation built on Oct. 1, 2024, 1:07 a.m.