Creates a network visualisation from a tbl_graph object.
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".