Takes in a vector of thresholds, a matrix of interactions, and a configuration of the network
1 | ham(tau, omega, X)
|
tau |
is a vector with a threshold for each node |
omega |
is a (symmetrical) matrix with the strength of connection between each nodes. Set the the diagonal to zero. |
X |
is a configuration of the network (e.g. if there are three nodes, c(-1,1,-1)) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.