powered by
Creates adjacency matrix with min degree one and max degree two.
polymer_network(d, theta_1, theta_2, directed = FALSE)
Number of nodes.
Off-diagonal value or network effect.
Diagonal value or momentum effect.
Boolean if lower triangular is the opposite to the upper triangular matrix.
Adjacency matrix of a graph with max degree two and minimum one.
# NOT RUN { d <- 10 theta_2 <- 2 theta_1 <- 1 polymer_network(d = d, theta_1 = theta_1, theta_2 = theta_2) # }
Run the code above in your browser using DataLab