Skip to contents

Uses {visNetwork} to generate the plot. {visNetwork} is a soft dependency of {rixpress} so you need to install it to use this function.

Usage

rxp_visnetwork(nodes_and_edges = get_nodes_edges())

Arguments

nodes_and_edges

List, output of get_nodes_edges().

Value

Nothing, this function opens a new tab in your browser with the DAG generated using {visNetwork}.

See also

Other visualisation functions: rxp_ggdag()

Examples

if (FALSE) { # \dontrun{
  rxp_visnetwork()
} # }