Creates a network visualisation from a tbl_graph object.

viz_network(
 tbl_graph,
 type = "interactive",
 label_prop = 0.05
)

Arguments

tbl_graph

A tbl_graph object containing a nodes tibble and and edges tibble.

type

Should the visualisation be "static" or "interactive"?

label_prop

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

Value

A network visualisation.