plot_scatter: Scatter Plot

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Scatter Plot

Usage

1
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

1
2
3
library(arena2r)

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

arena2r documentation built on May 2, 2019, 3:47 p.m.