1. Learn
  2. /
  3. Courses
  4. /
  5. Analyzing Social Media Data in R

Exercise

Network plot based on centrality measure

It will be more meaningful if the vertex size in the plot is proportional to the number of times the user retweets.

In this exercise, you will add attributes such that the vertex size is indicative of the number of times the user retweets.

The retweet network has been pre-loaded as nw_rtweet.

The library igraph has been pre-loaded for this exercise.

Instructions 1/3

undefined XP
    1
    2
    3
  • Create a variable for out-degree.