Plots a list of PM_sim objects created when combine = F
.
Usage
# S3 method for PM_simlist
plot(x, ...)
Arguments
- x
The name of a PM_simlist object created when
combine = F
is used when parsing the results of a simulation with multiple subjects in the data template.- ...
Parameters passsed to plot.PM_sim.
Details
When simulating from a data template with multiple subjects, the default is to create a list of PM_sim objects of class PM_simlist. This function passes that list to plot.PM_sim. If the 'simnum' argument is not chosen, the first object will be plotted.
Examples
library(PmetricsData)
simEx$plot(at = 2)