virtualspecies-package {virtualspecies}R Documentation

Generation of virtual species

Description

This package allows generating virtual species distributions, for example for testing species distribution modelling protocols. For a complete tutorial, see borisleroy.com/virtualspecies

Details

The process of generating a virtual species distribution is divided into four major steps.

  1. Generate a virtual species distributions from environmental variables. This can be done by

    • defining partial response functions to each environmental variable, and then combining them to compute the overall environmental suitability, with generateSpFromFun

    • computing a PCA among environmental variables, and simulating the response of the species along the two first axes of the PCA with generateSpFromPCA

    This step can be randomised with generateRandomSp

  2. Convert the virtual species distribution into presence-absence, with convertToPA

  3. Facultatively, introduce a distribution bias with limitDistribution

  4. Sample occurrence points (presence only or presence-absence) inside the virtual species distribution, either randomly or with biases, with sampleOccurrences

There are other useful functions in the package:

This packages makes use of different other packages:

Author(s)

Boris Leroy leroy.boris@gmail.com

with help from C. N. Meynard, C. Bellard & F. Courchamp

Maintainer: Boris Leroy leroy.boris@gmail.com

References

Leroy, B. et al. 2016. virtualspecies, an R package to generate virtual species distributions. Ecography. 39(6):599-607


[Package virtualspecies version 1.6 Index]