bar_chart: bar_chart - creates barchart of AEs for all patient

View source: R/bar_chart.R

bar_chartR Documentation

bar_chart - creates barchart of AEs for all patient

Description

Creates bar charts daily and total for all patients separately according to treatment (R Package required: 'dplyr')

Usage

bar_chart(
  ae_data = ae,
  patients = patient,
  day = day_slider,
  variables = vars,
  day_max = day_mx,
  count_max = count_mx,
  treatments = treatments,
  cex.n = 2
)

Arguments

ae_data

Adverse event dataset

patients

Patient dataset

day

The study day of interest

variables

Vector of Adverse events

day_max

Maximum Day

count_max

Maximum Counts

cex.n

Font size of the text in the bars


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