Analyze species- and trait-based ecological and eco-evolutionary models, including Adaptive Dynamics, in Mathematica.
-
There is extensive documentation, including Tutorials, installed in Mathematica's built-in Documentation. Go to Help - Wolfram Documentation and search for EcoEvo or run
EcoEvoDocs
-
Documentation is also available online.
-
Requires Mathematica 10.0 or higher.
-
Install directly with
PacletInstall["EcoEvo", "Site" -> "http://raw.githubusercontent.com/cklausme/EcoEvo/master"]
-
Alternatively, download the latest release, distributed as a
.paclet
file, and install it using thePacletInstall
function in Mathematica. For example, assuming that the fileEcoEvo-X.Y.Z.paclet
was downloaded into the directory~/Downloads
, evaluateNeeds["PacletManager`"] PacletInstall["~/Downloads/EcoEvo-X.Y.Z.paclet"]
replacing X.Y.Z with the actual version number.
-
Load the pacakge with
<<EcoEvo`
- Email klausme1@msu.edu