EVOLUTION-MANAGER
Edit File: with_igraph_opt.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Run code with a temporary igraph options setting</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for with_igraph_opt {igraph}"><tr><td>with_igraph_opt {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Run code with a temporary igraph options setting</h2> <h3>Description</h3> <p>Run code with a temporary igraph options setting </p> <h3>Usage</h3> <pre> with_igraph_opt(options, code) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>options</code></td> <td> <p>A named list of the options to change.</p> </td></tr> <tr valign="top"><td><code>code</code></td> <td> <p>The code to run.</p> </td></tr> </table> <h3>Value</h3> <p>The result of the <code>code</code>. </p> <h3>See Also</h3> <p>Other igraph options: <code><a href="igraph_options.html">igraph_options</a>()</code> </p> <h3>Examples</h3> <pre> with_igraph_opt( list(sparsematrices = FALSE), make_ring(10)[] ) igraph_opt("sparsematrices") </pre> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>