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