tolerance {comsimitv} | R Documentation |
Habitat suitability (tolerance) functions
Description
User defined functions for habitat suitability
Arguments
trait.values |
Values of trait related to habitat filtering |
env |
Vector of environmental conditions in the local communities |
... |
Additional parameters |
Details
User can defined any specific function of habitat suitability, depending on environmental conditions and trait value related to habitat filtering. Vectors of these trait values and environmental conditions have to be the first and second parameter of the function, and any further parameters are allowed. The output has to be a matrix of habitat suitabilities, communities in rows, species/individuals in columns.
Tolerance functions available in the package:
Value
A matrix of habitat suitabilities, communities in rows, individuals in columns
[Package comsimitv version 0.1.5 Index]