| make_3d_Isingland {Isinglandr} | R Documentation |
Make a 3D landscape for an Ising network
Description
Similar to make_2d_Isingland(), but two categories of nodes can
be specified so the number of active nodes can be calculated
separately.
Usage
make_3d_Isingland(thresholds, weiadj, x, y, beta = 1, transform = FALSE)
Arguments
thresholds, weiadj |
The thresholds and the weighted adjacency matrix
of the Ising network. If you have an |
x, y |
Two vectors specifying the indices or the names of the nodes for two categories. |
beta |
The |
transform |
By default, this function considers the Ising network
to use |
Value
A 3d_Isingland object that contains the following components:
-
dist_raw,distTwo tibbles containing the probability distribution and the potential values for different states. -
thresholds,weiadj,betaThe parameters supplied to the function. -
NvarThe number of variables (nodes) in the Ising network.
See Also
make_2d_Isingland() for the algorithm.