Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seananderson/ecofoliosim

Simulate from community dynamics to explore caveats and solutions to optimizing ecological portfolios
https://github.com/seananderson/ecofoliosim

Last synced: 12 days ago
JSON representation

Simulate from community dynamics to explore caveats and solutions to optimizing ecological portfolios

Awesome Lists containing this project

README

        

R package for community population dynamics portfolio simulation.

I am using this package to write a paper that explores the challenges with applying portfolio optimization to community population dynamics.

If you have a C++ compiler installed, you can install the package with:

```S
# install.packages(devtools)
devtools::install_github("seananderson/ecofoliosim")
```