plot_perf_graph: Plot Performance Graph (MPS)

View source: R/plot_perf_graph.R

plot_perf_graphR Documentation

Plot Performance Graph (MPS)

Description

This function produces a grasph with two #' independent axis. The left-handside corresponds to a single variable plotted as a bar, and the right-handside corresponds to multiple lines.

Usage

plot_perf_graph(
  df = NULL,
  my.dir = NULL,
  load.data = FALSE,
  standard.key = NULL,
  performance.measure = NULL,
  include.iprp = FALSE,
  trading.party,
  standard,
  period.start = "2018-04-01",
  period.end = Sys.Date(),
  action.points = FALSE,
  sec.axis.name = "Performance",
  fill.label = "Task Volume",
  fill.manual = "azure3",
  y.lab = "Tasks",
  x.lab = "",
  graph.title = NULL,
  sub.title = NULL,
  demo.graph = FALSE
)

Arguments

df

dataframe

my.dir

character

load.data

logical

standard.key

character

performance.measure

character

include.iprp

logical

trading.party

character

standard

character

period.start

date

period.end

date

action.points

logical

sec.axis.name

character

fill.label

character

fill.manual

character

y.lab

character

x.lab

chracter

graph.title

character

sub.title

character

demo.graph

logical


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