plot_scatter {arena2r} | R Documentation |
Scatter Plot
plot_scatter(sim_results, x_variable, y_variable)
sim_results |
The data.frame generated by get_simulation_results() |
x_variable |
The name of the Statistic to be placed on the x axis |
y_variable |
The name of the Statistic to be placed on the y axis |
a scatter plot showing individual replication results
library(arena2r)
plot_scatter(arena_results, "Entity 1.NumberOut","Entity 1.WaitTime")