plot_box {arena2r}R Documentation

Box Plot

Description

Plots a box plot for a response variable, across different simulated scenarios.

Usage

plot_box(sim_results, response_variable)

Arguments

sim_results

The data.frame generated by get_simulation_results()

response_variable

A character string indicating the Statistic to be plotted.

Value

a box plot using ggplot2.

Examples

library(arena2r)

plot_box(arena_results, "Entity 1.NumberOut")

[Package arena2r version 1.0.0 Index]