inclusions_plot: Plot the output of inclusionsCount

Description Usage Arguments Value

View source: R/funcs_2.R

Description

Produces two plots: one with the counts of each time period and the predicted ones, and the other with the cummulative counts.

Usage

1
2
inclusions_plot(inclusionsCount.list, origin = NULL, period.length = NULL,
  N, use.letters = TRUE, call.mfrow = TRUE, ...)

Arguments

inclusionsCount.list

A list of outputs of inclusionsCount().

origin

Date of the beginning of the trial.

period.length

Length of the time periods.

N

Total number of included patients to achieve.

use.letters

Index all elements in the list with a letter when plotting.

call.mfrow

Wether to display all plots in the same window.

...

Other arguments passed to par().

Value

Just produces one or more plots.


gcastella/predRCT documentation built on May 16, 2019, 10:15 p.m.