WD-Microer

Results 1 issues of WD-Microer

> ggraph(mygraph, layout = 'circlepack', weight="size") + + geom_node_circle(aes(fill = as.factor(depth), color = as.factor(depth) )) + + scale_fill_manual(values=c("0" = "white", "1" = viridis(4)[1], "2" = viridis(4)[2], "3" = viridis(4)[3], "4"=viridis(4)[4]))...

bug