edd_plot | R Documentation |
Function to automatically generate several plots from raw data of a replicated edd simulation
edd_plot(
raw_data = NULL,
which = "all",
save_plot = FALSE,
path = NULL,
strategy = "sequential",
workers = 1,
verbose = TRUE
)
raw_data |
a list of results generated by edd simulation function |
which |
Which part of data to be plotted |
save_plot |
Logical, decides whether to save the plots to files |
strategy |
Determine if the simulation is sequential or multi-sessioned or multi-cored |
workers |
Determine how many sessions are participated in the simulation |
verbose |
Logical, decides whether to print loading details |
a plot pack containing several plots
Tianjian Qin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.