fDispersal {comsimitv} | R Documentation |
User defined functions for dispersal
Description
These functions define how seeds can spread among local communities.
Arguments
before |
matrix where each seed is represented by one row, and seeds's attributes (location, species, trait values) are in the columns |
... |
Additional parameters of functions called by the framework. |
Details
User can define any rule for seed dispersal. The only requirement is that both first argument and value of the function should be a matrix where each seed is represented by one row, and seeds's attributes (location, species, trait values) are in the columns. The locality information has to be stored in column named 'site'.
Available function in the package:
Value
Same type as the first argument.
[Package comsimitv version 0.1.5 Index]