ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

Analyzing Social Media Data in R

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Create a variable for out-degree
deg_out <- ___(___, mode = c("___"))
deg_out
Editar y ejecutar código