Skip to contents

greta.dynamics provides functions for modelling dynamical systems in greta. It currently provides functions for analysing transition matrices by iteration, and solving ordinary differential equations.

Installation

You can install the current release version of greta.dynamics from CRAN:

install.packages("greta.dynamics")

Or install the development version of greta.dynamics from r-universe:

install.packages("greta.dynamics", repos = "https://greta-dev.r-universe.dev")

You can also install the development version of greta.dynamics via GitHub:

remotes::install_github("greta-dev/greta.dynamics")