Make grapht()
return a ggplot2/ggraph compatible object to allow layering
#40
Labels
enhancement
New feature or request
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()
The text was updated successfully, but these errors were encountered: