briatte / ggnetwork

Geoms to plot networks with ggplot2
https://briatte.github.io/ggnetwork/
146 stars 28 forks source link

Add native igraph #25

Closed jcfisher closed 5 years ago

jcfisher commented 7 years ago

Hi -- I updated the fortify.igraph code to use igraph's native plotting functions, instead of intergraph + fortify.network. I did this to speed up processing of larger networks that are already stored in igraph.

If you have some time, I'd love it if you could see if this can be merged into the package, and ideally updated on CRAN. Let me know what you think, or if there are other changes that would help.

Jake

briatte commented 5 years ago

Many thanks for this @jcfisher – and apologies for the very long delay before merging! Will review more thoroughly before submitting to CRAN.