Package: chouca 0.2.99
Alexandre Genin
chouca: A Stochastic Cellular Automaton Engine
An engine for stochastic cellular automata. It provides a high-level interface to declare a model, which can then be simulated by various backends (Genin et al. (2023) <doi:10.1101/2023.11.08.566206>).
Authors:
chouca_0.2.99.tar.gz
chouca_0.2.99.zip(r-4.5)chouca_0.2.99.zip(r-4.4)chouca_0.2.99.zip(r-4.3)
chouca_0.2.99.tgz(r-4.4-x86_64)chouca_0.2.99.tgz(r-4.4-arm64)chouca_0.2.99.tgz(r-4.3-x86_64)chouca_0.2.99.tgz(r-4.3-arm64)
chouca_0.2.99.tar.gz(r-4.5-noble)chouca_0.2.99.tar.gz(r-4.4-noble)
chouca_0.2.99.tgz(r-4.4-emscripten)chouca_0.2.99.tgz(r-4.3-emscripten)
chouca.pdf |chouca.html✨
chouca/json (API)
NEWS
# Install 'chouca' in R: |
install.packages('chouca', repos = c('https://alexgenin.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/alexgenin/chouca/issues
Last updated 3 months agofrom:693bd3c6db. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win-x86_64 | OK | Oct 26 2024 |
R-4.5-linux-x86_64 | OK | Oct 26 2024 |
R-4.4-win-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-x86_64 | OK | Oct 26 2024 |
R-4.4-mac-aarch64 | OK | Oct 26 2024 |
R-4.3-win-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-x86_64 | OK | Oct 26 2024 |
R-4.3-mac-aarch64 | OK | Oct 26 2024 |
Exports:as.camodel_initmatca_librarycamodelcamodel_matgenerate_initmatlandscape_plotternb_kernelrun_camodelrun_meanfieldtrace_plottertransition
Dependencies:digestplyrRcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert a matrix to a CA model landscape | as.camodel_initmat |
Library of stochastic cellular automata | ca_library |
Definition of a stochastic cellular automaton | camodel transition |
Definition of a stochastic cellular automaton based on numerical arrays | camodel_mat |
chouca: a package for stochastic cellular automata | chouca |
Generate an initial matrix for a 'chouca' model | generate_initmat |
Plot simulation landscapes | landscape_plotter |
Define the neighborhood used in a stochastic cellular automaton | nb_kernel |
Run a cellular automata | run_camodel |
Mean field model | run_meanfield |
Plot simulation covers | trace_plotter |
Update a cellular automaton | update.ca_model |