Network chord diagram woes in R

I made a bunch of changes to edgebundleR. These are now in the main repo. The following code should get you close to the desired result. live example # devtools::install_github(“garthtarr/edgebundleR”) library(edgebundleR) library(igraph) library(data.table) d <- structure(list(ID = c(“KP1009”, “GP3040”, “KP1757”, “GP2243”, “KP682”, “KP1789”, “KP1933”, “KP1662”, “KP1718”, “GP3339”, “GP4007”, “GP3398”, “GP6720”, “KP808”, “KP1154”, “KP748”, “GP4263”, “GP1132”, … Read more