briatte / ggnet

Network visualization with ggplot2
https://briatte.github.io/ggnet/
194 stars 33 forks source link

arranging plots in a grid #20

Closed khanna7 closed 7 years ago

khanna7 commented 8 years ago

Hello,

I have used 'ggnet' to show the evolution of the networks of two nodes over three waves here: http://rpubs.com/khanna7/183807

I am looking for ideas on how to arrange these nicely in a grid. If you have some ideas, please let me know.

Thank you, Aditya Khanna

briatte commented 7 years ago

Hi @khanna7

If you want the same nodes shown in each wave, then the node faceting functionality of ggnetwork will work better for you than any possible hack with ggnet, which is more limited.

Please give ggnetwork a try and let me know what you think!