Skip to contents

Visualise networks

Functions to create and visualise author networks.

make_retweet_network()
make_retweet_network
make_mention_network()
make_mention_network
viz_network()
viz_network

Centrality Networks

Functions to create networks with centrality measures calculated.

calculate_centrality()
Make a network based on measures of centrality.
create_supercluster()
Create the largest fully-connected cluster from a calculate_centrality output.
viz_centrality_network()
Create a network visualisation from a tbl_graph with centrality measures calculated.
extract_mentions()
Extract the mentions - `@tags` - from a variable for a mention network with centrality measures.
viz_mention_centrality_network()
Create a mention network visualisation from the output of a ConnectR centrality function.

Example datasets

Toy datasets for testing the functions.

retweet_example
Retweet Example Data
mention_example
Mention Example Data