make_Ising_grid {Isinglandr} | R Documentation |
Make a Grid to Specify Multiple Ising Networks
Description
Specify one or two varying parameters for
Ising networks. The output of make_Ising_grid()
can be used to
make landscapes of multiple networks.
Usage
make_Ising_grid(par1, par2 = NULL, thresholds, weiadj, beta = 1)
Arguments
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 |
Details
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.
Value
An Ising_grid
object that is based on a tibble and
contains the information of all simulation conditions.