graph.isocreate: Create a graph from an isomorphism class

View source: R/topology.R

graph.isocreateR Documentation

Create a graph from an isomorphism class

Description

[Deprecated]

graph.isocreate() was renamed to graph_from_isomorphism_class() to create a more consistent API.

Usage

graph.isocreate(size, number, directed = TRUE)

Arguments

size

The number of vertices in the graph.

number

The isomorphism class.

directed

Whether to create a directed graph (the default).


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.