This plot is meant to supplement the package documentation.
Usage
plot_sim_examples(substract_ae_per_pat = c(0, 1, 3), ...)
Arguments
- substract_ae_per_pat
integer, Default: c(0, 1, 3)
- ...
parameters passed to plot_sim_example()
Details
This function is a wrapper for plot_sim_example()
Examples
# \donttest{
plot_sim_examples(size_dot = 3, size_raster_label = 10)
#> Warning: Cannot convert object of class list into a grob.
plot_sim_examples()
#> Warning: Cannot convert object of class list into a grob.
# }