Description
Predict Regional Community Composition.
Description
Predict regional community composition at a fine spatial resolution using only sparse biological and environmental data. The package is based on the DynamicFOAM algorithm described in Mokany et al. (2011) <doi:10.1111/j.1461-0248.2011.01675.x>.
README.md
spectre
The goal of spectre
is to provide an open source tool capable of predicting regional community composition at fine spatial resolutions using only sparse biological and environmental data.
Installation
Install the release version from CRAN:
install.packages("spectre")
To install the developmental version of spectre
, use:
install.packages("remotes")
remotes::install_github("r-spatialecology/spectre")
A full use case example is included in the “Getting started with spectre” vignette associated with the package.
Meta
- Please report any issues or bugs.
- Get citation information for
spectre
in R doingcitation(package = 'spectre')
Code of Conduct
Please note that the spectre project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.