regular_matrix: Create a regular graph adjacency matrix

Description Usage Arguments Value Examples

Description

Create a regular graph adjacency matrix

Usage

1

Arguments

N

The size of the graph.

k

the number of neighbours of each node

Value

an adjacency matrix of class simnetr_matrix

Examples

1
gr <- regular_matrix(1000,5)

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