This little package gives some models of cardiovascular variability used in my thesis, for experimenting and learning. For detailed information refer to the Documentation.
To install this package type the following into the REPL, this requires Julia >= 1.6
using Pkg
Pkg.add("https://github.com/mapi1/CardioModels.jl.git")
Example notebooks using Pluto.jl are provided in the folder /examples
showing basic usage examples. The folder contains its own Project.toml
. By running Julia in the example folder and using
using Pkg; Pkg.activate("."); Pkg.instantiate()
all required packages will be installed. From Pluto.jl version 0.15 onward this is no longer necessary, all packages will be installed by the notebook package mangager.