powered by
Run code with a temporary igraph options setting
with_igraph_opt(options, code)
The result of the code.
code
A named list of the options to change.
The code to run.
Other igraph options: igraph_options()
igraph_options()
with_igraph_opt( list(sparsematrices = FALSE), make_ring(10)[] ) igraph_opt("sparsematrices")
Run the code above in your browser using DataLab