make_Ising_grid | R Documentation |
Specify one or two varying parameters for
Ising networks. The output of make_Ising_grid()
can be used to
make landscapes of multiple networks.
make_Ising_grid(par1, par2 = NULL, thresholds, weiadj, beta = 1)
par1, par2 |
Generated from one of |
thresholds, weiadj |
The thresholds and the weighted adjacency matrix
of the Ising network. If you have an |
beta |
The |
There are five possible ways to vary the parameters for Ising networks, corresponding to five control functions:
single_threshold()
Vary a threshold value for a single variable.
all_thresholds()
Vary all threshold values together.
single_wei()
Vary a single weight value for a path between two
variables.
whole_weiadj()
Vary the whole weighted adjacency matrix.
beta_list()
Use a list of different beta values.
See make_Ising_grid-control-functions for details.
An Ising_grid
object that is based on a tibble and
contains the information of all simulation conditions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.