powered by
Function to create a frequency profile for a process map.
causal_frequency( value = c("absolute", "relative"), color_scale = "PuBu", color_edges = "dodgerblue4" )
The type of frequency value to be used: absolute, relative (percentage of activity instances).
Name of color scale to be used for nodes. Defaults to PuBu. See Rcolorbrewer::brewer.pal.info() for all options.
Rcolorbrewer::brewer.pal.info()
The color used for edges. Defaults to dodgerblue4.
causal_net(L_heur_1, type = causal_frequency("relative"))
Run the code above in your browser using DataLab