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.
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 = c("https://greta-dev.r-universe.dev", "https://cran.r-project.org"))
You can also install the development version of greta.dynamics
via GitHub:
remotes::install_github("greta-dev/greta.dynamics")