# Load necessary libraries library(ggplot2) library(dplyr)
Attaching package: 'dplyr'
The following objects are masked from 'package:stats': filter, lag
The…
# Read the CSV data <- read.csv("network_data.csv") # Display the first few rows head(data)