View source: R/kinetic_ising_ensemble.R
kinetic_ising_ensemble | R Documentation |
Creates an ensemble of simulations based on the given parameters of the Ising model
kinetic_ising_ensemble(runs, ...)
runs |
A number of simulations to perform |
... |
Arguments for |
A list of objects of the same class as x
kinetic_ising()
, kinetic_ising_exemplar()
data(r_start, package = "spatialising")
l = kinetic_ising_ensemble(100, r_start, B = -0.3, J = 0.7)
library(terra)
r1 = rast(system.file("raster/r_start.tif", package = "spatialising"))
plot(r1)
r2 = kinetic_ising_ensemble(100, r1, B = -0.3, J = 0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.