powered by
Batch drawing multiple network diagrams
plot_multi_nets(graph_ls, nrow = NULL, ncol = NULL, multi_params_list = NULL)
No value
a list containing igraph objects
nrow
ncol
a list of parameters for each network
plot_multi_nets(list(co_net, co_net2), multi_params_list = list( list(vertex.color = "skyblue"), list(vertex.color = "green3") ) )
Run the code above in your browser using DataLab