igraph (version 1.0.0)

make_: Make a new graph

Description

This is is generic function for creating graphs.

Usage

make_(...)

Arguments

...
Parameters, see details below.

Details

TODO

Examples

Run this code
r <- make_(ring(10))
l <- make_(lattice(c(3, 3, 3)))

Run the code above in your browser using DataLab