View source: R/chain-simulation.R
chain_simulate_Isingland | R Documentation |
First specify what is the network parameter in each time points, then perform a chain simulation based on it. An Ising chain can be generated from one or more Ising grid(s) with one changing condition each.
chain_simulate_Isingland(
Ising_chain,
transform = FALSE,
initial = 0,
beta2 = NULL
)
make_Ising_chain(...)
Ising_chain |
An |
transform |
By default, this function considers the Ising network
to use |
initial |
An integer indicating the initial number of active nodes for the simulation. Float numbers will be converted to an integer automatically. |
beta2 |
The |
... |
Ising grid(s) created by |
make_Ising_chain
returns an Ising_chain
object, which is a tibble, and each row
represents a set of parameters for an Ising network.
chain_simulate_Isingland
returns a chain_sim_Isingland
object,
which is a tibble containing the parameters, the landscape, and
the number of active nodes for each time step.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.