EVOLUTION-MANAGER
Edit File: dot-extract_constructor_and_modifiers.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: Takes an argument list and extracts the constructor...</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 .extract_constructor_and_modifiers {igraph}"><tr><td>.extract_constructor_and_modifiers {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Takes an argument list and extracts the constructor specification and constructor modifiers from it.</h2> <h3>Description</h3> <p>This is a helper function for the common parts of <code>make_</code> and <code>sample_</code>. </p> <h3>Usage</h3> <pre> .extract_constructor_and_modifiers(..., .operation, .variant) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>...</code></td> <td> <p>Parameters to extract from</p> </td></tr> <tr valign="top"><td><code>.operation</code></td> <td> <p>Human-readable description of the operation that this helper is a part of</p> </td></tr> <tr valign="top"><td><code>.variant</code></td> <td> <p>Constructor variant; must be one of ‘make’, ‘graph’ or ‘sample’. Used in cases when the same constructor specification has deterministic and random variants.</p> </td></tr> </table> <h3>Value</h3> <p>A named list with three items: ‘cons’ for the constructor function, ‘mods’ for the modifiers and ‘args’ for the remaining, unparsed arguments. </p> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>