View source: R/plot_perf_graph.R
plot_perf_graph | R Documentation |
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.
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 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.