Skip to content

Dylan-Cmt/SeasonalEpid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeasonalEpid

This is a package to do seasonal plant epidemic simulations.

It is distributed under the CeCILL-C license. Please refer to the LICENSE file for more details.

Installation

From the Julia REPL, enter in the Pkg mode with ] and then enter

add https://github.com/Dylan-Cmt/SeasonalEpid

And that's it, now you can now use the package.

Replicating an example

image

In order to replicate this run, you can simply execute the following code.

using SeasonalEpid
sp = StateElaborate()
param = ParamAirborneElaborate1Strain()
tp = TimeParam()
displaysim(5, sp, param, tp=tp)

About

An open-source package written in Julia for seasonal plants epidemics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages