apply_graph_theme: Apply multiple DiagrammeR global graph attributes

Description Usage Arguments Value Examples

Description

Apply multiple DiagrammeR global graph attributes

Usage

1

Arguments

dctGraph

The DiagrammeR::DiagrammeR graph to apply the attributes to.

...

One or more character vectors of length three, where the first element is the attribute, the second the value, and the third, the attribute type (graph, node, or edge).

Value

The DiagrammeR::DiagrammeR graph.

Examples

1
2
3
4
5
parsedSpecs <- load_dct_specs(text=dct::example_dct_spec);
dctGraph <- parsedSpecs$output$basic_graph;
dctGraph <- apply_graph_theme(dctGraph,
                              c("color", "#0000AA", "node"),
                              c("fillcolor", "#00FFFF", "node"));

academy-of-behavior-change/dct documentation built on May 25, 2019, 9:23 a.m.