virtualspecies: an R package to generate virtual species distributions
The virtualspecies package is a freely available package for R designed to generate virtual species distributions, a procedure increasingly used in ecology to improve species distribution models. This package provides a framework for integrating the existing methodological approaches with the objective of generating virtual species distributions with increased ecological realism. The package includes (1) generating virtual species’ suitability from a spatial set of environmental conditions, with two different approaches; (2) converting the environmental suitability into presence-absence with a probabilistic approach; (3) introducing dispersal limitations in the realised virtual species distributions and (4) sampling occurrences with different biases in the sampling procedure.
Download
The package is now available on the Comprehensive R Archive Network.
You can install it directly from R / RStudio, searching for the package named “virtualspecies”, or download it manually from the CRAN:
http://cran.r-project.org/web/
Complete tutorial
There is a complete tutorial detailing all the possibilities of the virtualspecies R package. It is available online:
The virtualspecies R package tutorial
Development version
If you are interested in looking at the source files of the development version, then you can go to the github repository:
https://github.com/Farewe/virtualspecies
Citation
Please cite as follows:
Leroy B., Meynard C.N., Bellard C., Courchamp F. 2016. virtualspecies: an R package to generate virtual species distributions. Ecography 39:599-607
http://onlinelibrary.wiley.com/doi/10.1111/ecog.01388/abstract
3 Comments
Modéliser les licornes pour mieux prédire les espèces réelles | Prédire les changements de biodiversité
[…] Ce package est décrit dans notre article récent Leroy B., Meynard, C.N., Bellard C. & Courchamp F. 2015. virtualspecies: an R package to generate virtual species distributions. Ecography. Il est disponible gratuitement, et un tutoriel complet est aussi disponible ici : http://borisleroy.com/en/virtualspecies/. […]
Simon Venne
It possible to specify response to a categorical variable (e.g. vegetation type) ?
Farewell
Yes it is possible. It will require to use a custom response function specific to this variable, using the function generateSpFromFun.
Send me a mail if you need help for this.