powered by
Plots a box plot for a response variable, across different simulated scenarios.
plot_box(sim_results, response_variable)
The data.frame generated by get_simulation_results()
A character string indicating the Statistic to be plotted.
a box plot using ggplot2.
# NOT RUN { library(arena2r) plot_box(arena_results, "Entity 1.NumberOut") # }
Run the code above in your browser using DataLab