Description Usage Arguments Value
View source: R/predict_species_perc.R
Calculates likelihood of species presences based solely on environmental values (marignal prediction).
1 2 | predict_species_perc(draws, X_newdata, site_id_newdata = NULL,
X_assoc_newdata = NULL, species_list)
|
draws |
A set of mcmc draws produced by the GRETA function draws. |
X_newdata |
Data for new sites to predict for. |
site_id_newdata |
Catchment IDs for new sites. |
X_assoc_newdata |
Avergae association correlation matrix. |
species_list |
List of species names. |
Matrix of site x species with likelihoods of presence at every site.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.