plot_scatter {arena2r} | R Documentation |
Scatter Plot
Description
Scatter Plot
Usage
plot_scatter(sim_results, x_variable, y_variable)
Arguments
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 |
Value
a scatter plot showing individual replication results
Examples
library(arena2r)
plot_scatter(arena_results, "Entity 1.NumberOut","Entity 1.WaitTime")
[Package arena2r version 1.0.0 Index]