Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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")
```