This package is a companion to the Mathematical Modelling module of the course BIOL3360 "Analysis and Communication of Biological Data", taught at The University of Queensland, Australia. The package contains functions to launch shiny apps that allow the user explore various mathematical models.
To install the peas package, you can run the following two lines of code in R:
install.packages("devtools")
devtools::install_github("JanEngelstaedter/shinyBIOL3360")