Skip to content

cklausme/EcoEvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcoEvo

Analyze species- and trait-based ecological and eco-evolutionary models, including Adaptive Dynamics, in Mathematica.

Documentation

  • 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.

Installation

  • 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 the PacletInstall function in Mathematica. For example, assuming that the file EcoEvo-X.Y.Z.paclet was downloaded into the directory ~/Downloads, evaluate

    Needs["PacletManager`"]
    PacletInstall["~/Downloads/EcoEvo-X.Y.Z.paclet"]
    

replacing X.Y.Z with the actual version number.

Usage

  • Load the pacakge with

    <<EcoEvo`
    

Questions / Comments