This explorable illustrates, as a representative of a broad range of dynamic phenomena, a simple model for the spatial spread of forest fires and the dynamic patterns they generate.
npm install @explorables/critically_inflammatory[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
[![CC BY 4.0][cc-by-shield]][cc-by]
This explorable illustrates, as a representative of a broad range of dynamic phenomena, a simple model for the spatial spread of forest fires and the dynamic patterns they generate.
The explorable is part of the Complexity Explorables Collection. For more information about the system and its behavior consult the explorable
> “Critically Inflammatory” - A Forrest Fire Model
If you just want to run the explorable you can Click here.
If you want to run a local copy without having to rely on the nasty internet, the best way
is to install it via npm:
``shell`
mkdir critically_inflammatory
cd critically_inflammatory
npm init -y
npm install @explorables/critically_inflammatory
npx http-server node_modules/@explorables/critically_inflammatory/dist/
If you want to embed the explorable in your site, you need to do three things:
1. load the explorable package via
...
...