graph.formula {igraph} | R Documentation |
Creating (small) graphs via a simple interface
Description
graph.formula()
was renamed to graph_from_literal()
to create a more
consistent API.
Usage
graph.formula(..., simplify = TRUE)
Arguments
... |
For |
simplify |
Logical scalar, whether to call |
[Package igraph version 2.1.4 Index]