Creates a network visualisation from a tbl_graph object.
viz_network(
tbl_graph,
type = "interactive",
label_prop = 0.05
)
A tbl_graph object containing a nodes tibble and and edges tibble.
Should the visualisation be "static" or "interactive"?
The proportion of nodes that should be labelled. E.g. 0.05 gives labels to nodes in the top 5% of either of the metrics provided. Only has an effect when type = "static".
A network visualisation.