graph.famous | R Documentation |
graph.famous()
was renamed to make_graph()
to create a more
consistent API.
graph.famous(
edges,
...,
n = max(edges),
isolates = NULL,
directed = TRUE,
dir = directed,
simplify = TRUE
)
edges |
A vector defining the edges, the first edge points from the first element to the second, the second edge from the third to the fourth, etc. For a numeric vector, these are interpreted as internal vertex ids. For character vectors, they are interpreted as vertex names. Alternatively, this can be a character scalar, the name of a notable graph. See Notable graphs below. The name is case insensitive. Starting from igraph 0.8.0, you can also include literals here,
via igraph's formula notation (see |
... |
For |
n |
The number of vertices in the graph. This argument is
ignored (with a warning) if |
isolates |
Character vector, names of isolate vertices, for symbolic edge lists. It is ignored for numeric edge lists. |
directed |
Whether to create a directed graph. |
dir |
It is the same as |
simplify |
For graph literals, whether to simplify the graph. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.