# NOT RUN {
plot_brainGraph_multi(g.hubs, groups=1:2, filename='Figure01_hubs.png',
subgraph='N > 0', vertex.color='color.lobe', vertex.size=15,
show.legend=TRUE, vertex.label.cex=1.5)
## Single group, different subgraphs for each plot
plot_brainGraph_multi(g, groups=c(1, 1), N=5, filename='5_6core.png',
vertex.color='color.lobe', edge.color='color.lobe', vertex.label=NA,
subgraph=list('coreness > 5', 'coreness > 6'),
main=list('k-core 5', 'k-core 6'))
# }
Run the code above in your browser using DataLab