View source: R/plot_perf_graphs_all.R
plot_perf_graphs_all | R Documentation |
This function loads the MPS and OPS data and creates all MPS and OPS performance graphs
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 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.