stocnet / manynet

Many Ways to Make, Manipulate, and Map Myriad Networks
https://stocnet.github.io/manynet/
Other
12 stars 0 forks source link

Make `grapht()` return a ggplot2/ggraph compatible object to allow layering #40

Open henriquesposito opened 11 months ago

henriquesposito commented 11 months ago

Currently, adding layers to grapht() objects is not working.

grapht(play_diffusion(ison_adolescents, recovery = 0.2), layout = "circle") + labs(title = "Diffusion network") + scale_color_iheid() + theme_iheid()

joshihelli commented 2 weeks ago

Would support and appreciate this!