fully_connected_network: Fully-connected graph.

Description Usage Arguments Examples

View source: R/adjacency.R

Description

Fully-connected graph.

Usage

1
fully_connected_network(d, theta_1, theta_2, directed = F)

Arguments

d

Number of nodes.

theta_1

Off-diagonal value or network effect.

theta_2

Diagonal value or momentum effect.

directed

Boolean if lower triangular is the opposite to the upper triangular matrix.

Examples

1
2
3
4
d <- 10
theta_2 <- 2
theta_1 <- 1
fully_connected_network(d = d, theta_1 = theta_1, theta_2 = theta_2)

valcourgeau/ntwk documentation built on Dec. 23, 2021, 2:07 p.m.