igraph_demo(which)
NULL
, invisibly.demo
function. Igraph
demos are divided into chunks and igraph_demo
runs them chunk by
chunk, with the possibility of inspecting the workspace between two chunks.The tcltk
package is needed for igraph_demo
.
demo
igraph_demo()
if (interactive()) {
igraph_demo("centrality")
}
Run the code above in your browser using DataLab