make_3d_Isingland | R Documentation |
Similar to make_2d_Isingland()
, but two categories of nodes can
be specified so the number of active nodes can be calculated
separately.
make_3d_Isingland(thresholds, weiadj, x, y, beta = 1, transform = FALSE)
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 |
A 3d_Isingland
object that contains the following components:
dist_raw
,dist
Two tibbles containing the probability
distribution and the potential values for different states.
thresholds
,weiadj
,beta
The parameters supplied to the function.
Nvar
The number of variables (nodes) in the Ising network.
make_2d_Isingland()
for the algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.