pipe_trace_robustness | R Documentation |
This is a powerful command which allows the user to trace paths from one or more upstream factors to one or more downstream factors. Only links which are part of such paths are displayed. This function wraps trace_paths and calculate_robustness
pipe_trace_robustness(graf, from, to, length = 4, field = NULL)
graf |
A mapfile representing a causal map. A mapfile is a tidygraph, which consists of a table of edges linked to a table of nodes, with an optional additional table of statements. In this package, nodes are called 'factors' and edges are called 'links.' |
field |
An optional field by which to split the calculate_robustness calculation and output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.