arena2r (version 1.0.0)

plot_scatter: 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

Run this code
# NOT RUN {
library(arena2r)

plot_scatter(arena_results, "Entity 1.NumberOut","Entity 1.WaitTime")
# }

Run the code above in your browser using DataLab