# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "cellularautomata" in publications use:' type: software license: MIT title: 'cellularautomata: Cellular Automata' version: 0.1.0 doi: 10.32614/CRAN.package.cellularautomata abstract: Create cellular automata from 'Wolfram' rules. Allows the creation of 'Wolfram' style plots, as well as of animations. Easy to create multiple plots, for example the output of a rule with different initial states, or the output of many different rules from the same state. The output of a cellular automaton is given as a matrix, making it easy to try to explore the possibility of predicting its time evolution using various statistical tools available in R. Wolfram S. (2002, ISBN:1579550088) "A New Kind of Science". authors: - family-names: Tarko given-names: Vlad email: vladtarko@gmail.com repository: https://CRAN.R-project.org/package=cellularautomata date-released: '2024-11-20' contact: - family-names: Tarko given-names: Vlad email: vladtarko@gmail.com