EVOLUTION-MANAGER
Edit File: with_vertex_.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: Constructor modifier to add vertex attributes</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_vertex_ {igraph}"><tr><td>with_vertex_ {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Constructor modifier to add vertex attributes</h2> <h3>Description</h3> <p>Constructor modifier to add vertex attributes </p> <h3>Usage</h3> <pre> with_vertex_(...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>...</code></td> <td> <p>The attributes to add. They must be named.</p> </td></tr> </table> <h3>See Also</h3> <p>Other constructor modifiers: <code><a href="simplified.html">simplified</a>()</code>, <code><a href="with_edge_.html">with_edge_</a>()</code>, <code><a href="with_graph_.html">with_graph_</a>()</code>, <code><a href="without_attr.html">without_attr</a>()</code>, <code><a href="without_loops.html">without_loops</a>()</code>, <code><a href="without_multiples.html">without_multiples</a>()</code> </p> <h3>Examples</h3> <pre> make_(ring(10), with_vertex_( color = "#7fcdbb", frame.color = "#7fcdbb", name = LETTERS[1:10])) %>% plot() </pre> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>