regular_list: Create a regular graph adjacency list

Description Usage Arguments Value Examples

Description

Create a regular graph adjacency list

Usage

1

Arguments

N

The size of the graph.

k

the number of neighbours of each node

Value

an adjacency matrix of class simnetr_list

Examples

1
gr <- regular_list(1000,5)

tjtnew/graphr documentation built on May 19, 2019, 9:38 p.m.