Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seananderson/ecofoliosim
- Owner: seananderson
- Created: 2014-07-30T23:19:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T03:20:24.000Z (over 10 years ago)
- Last Synced: 2024-10-12T01:20:50.671Z (27 days ago)
- Language: R
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```