stocnet / manynet

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

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

Open henriquesposito opened 6 months ago

henriquesposito commented 6 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()