View source: R/8.net_compare.R
plot_multi_nets | R Documentation |
Batch drawing multiple network diagrams
plot_multi_nets(graph_ls, nrow = NULL, ncol = NULL, multi_params_list = NULL)
graph_ls |
a list containing igraph objects |
nrow |
nrow |
ncol |
ncol |
multi_params_list |
a list of parameters for each network |
No value
plot_multi_nets(list(co_net, co_net2),
multi_params_list = list(
list(vertex.color = "skyblue"),
list(vertex.color = "green3")
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.