Skip to content

Instantly share code, notes, and snippets.

View hpiedcoq's full-sized avatar

@hpiedcoq hpiedcoq

View GitHub Profile
@Vessy
Vessy / plotNetworksUsingGephi.R
Last active February 24, 2022 09:03
An example how to use R and rgexf package to create a .gexf file for network visualization in Gephi
# Plotting networks in R
# An example how to use R and rgexf package to create a .gexf file for network visualization in Gephi
############################################################################################
# Clear workspace
rm(list = ls())
# Load libraries
library("igraph")
library("plyr")