plot_perf_graphs_all: Create Performance graphs

View source: R/plot_perf_graphs_all.R

plot_perf_graphs_allR Documentation

Create Performance graphs

Description

This function loads the MPS and OPS data and creates all MPS and OPS performance graphs

Usage

plot_perf_graphs_all(
  my.dir = getwd(),
  conf.loc = NULL,
  df.mps = NULL,
  df.ops = NULL,
  load.data = TRUE,
  output.dir = paste0(my.dir, "/graphs"),
  run.parallel = FALSE,
  action.points = FALSE,
  mps.graphs = TRUE,
  ops.graphs = TRUE,
  iprp.graphs = TRUE,
  ops.iprp.graphs = TRUE,
  DataBase = TRUE
)

Arguments

my.dir

character

df.mps

dataframe

df.ops

dataframe

load.data

boolean

output.dir

character

run.parallel

boolean

action.points

boolean

mps.graphs

boolean

ops.graphs

boolean

iprp.graphs

boolean

ops.iprp.graphs

boolean

DataBase

boolean


austl001/MOSLR documentation built on Aug. 17, 2022, 12:07 a.m.