View source: R/summary_utils.R
get_epi_data | R Documentation |
Get epi data for simulation runs
get_epi_data(list_dirs)
list_dirs |
list of directories containing data |
This function will go over each simulation run saved as RDS format, convert it to a dataframe and assign as simulation number the number of the respective run. This function was designed when running more than 1 simulation independently in the cluster, to merge all the runs together for plotting purposes.
A list of dataframes for each type of simulations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.