Learn R Programming

phase1PRMD (version 1.0.2)

plot.RunPRMD: Plot nTTP and efficacy boxplots of a RunPRMD object

Description

Plot nTTP boxplots of a RunPRMD object. Plot efficacy boxplots when implementing RunPRMD with option effcy.flag == TRUE.

Usage

# S3 method for RunPRMD
plot(x, ..., select_cycle = x$cycles)

Arguments

x

RunPRMD object to summarise

...

other arguments ignored (for compatibility with generic)

select_cycle

A vector indication the cycle in the boxplot. Default is cycle of x.

Examples

Run this code
# NOT RUN {
## Check ?RunPRMD for example

# }

Run the code above in your browser using DataLab