View source: R/causal_performance.R
causal_performance | R Documentation |
Function to create a performance profile for a causal map.
causal_performance(
FUN = mean,
units = c("mins", "secs", "hours", "days", "weeks", "months", "quarters", "semesters",
"years"),
color_scale = "Reds",
color_edges = "red4",
...
)
FUN |
A summary function to be called on the process time of a specific activity, e.g. mean, median, min, max |
units |
The time unit in which processing time should be presented (mins, hours, days, weeks, months, quarters, semesters, years. A month is defined as 30 days. A quarter is 13 weeks. A semester is 26 weeks and a year is 365 days |
color_scale |
Name of color scale to be used for nodes. Defaults to Reds. See |
color_edges |
The color used for edges. Defaults to red4. |
... |
Additional arguments forwarded to FUN |
causal_net(L_heur_1,
type = causal_performance())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.