Skip to contents

Select links

Usage

pipe_select_links(graf, top = NULL, bottom = NULL)

Arguments

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.`

top

Bundle the links and select only the `top` links in terms of their frequency

bottom

Bundle the links and select only the `bottom` links in terms of their frequency

is_proportion

Value

Examples