lattnet {NetworkToolbox}R Documentation

Generates a Lattice Network

Description

Generates a lattice network

Usage

lattnet(nodes, edges)

Arguments

nodes

Number of nodes in lattice network

edges

Number of edges in lattice network

Value

Returns an adjacency matrix of a lattice network

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

References

Rubinov, M., & Sporns, O. (2010). Complex network measures of brain connectivity: Uses and interpretations. NeuroImage, 52, 1059-1069.

Examples

latt <- lattnet(10, 27)


[Package NetworkToolbox version 1.4.2 Index]