Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seananderson/metafolio
Simulate metapopulations for portfolio optimization
https://github.com/seananderson/metafolio
Last synced: 12 days ago
JSON representation
Simulate metapopulations for portfolio optimization
- Host: GitHub
- URL: https://github.com/seananderson/metafolio
- Owner: seananderson
- Created: 2013-03-12T00:17:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T22:47:18.000Z (9 months ago)
- Last Synced: 2024-10-12T01:18:50.841Z (27 days ago)
- Language: TeX
- Size: 4.81 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## R package to simulate metapopulations for portfolio optimization
[![R-CMD-check](https://github.com/seananderson/metafolio/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/seananderson/metafolio/actions/workflows/R-CMD-check.yaml)
The metafolio R package accompanies the paper:
Anderson, S.C., J.W. Moore, M.M. McClure, N.K. Dulvy, A.B. Cooper. 2015. Portfolio conservation of metapopulations under climate change. Ecological Applications. 25(2): 559–572. .
See `inst/examples/README.R` for the analysis from the paper.
See `inst/ms/ms.md` for the paper itself.
The package can be installed from CRAN with:
```
install.packages("metafolio")
```If you have the [necessary package development prerequisites](https://support.rstudio.com/hc/en-us/articles/200486498) installed, you can install the development version from GitHub with:
```r
# install.packages("remotes")
remotes::install_github("seananderson/metafolio")
```For help see:
```r
library(metafolio)
?metafolio
vignette("metafolio")
help(package = "metafolio")
```