Description Usage Arguments Value Note
Assign species to the landscape, meeting certain response trait diveristy constraints.
1 2 | assign.spp.v3(p, loc.rtd, land.rtd, land.sp.num, patch.sp.num, unq.rtds,
SpTraits)
|
p |
The number of cells in a square landscape |
loc.rtd |
The response trait diversity in each patch |
land.rtd |
The response trait diversity in the landscape |
land.sp.num |
The number of species in the landscape |
patch.sp.num |
The number of species in each patch |
unq.rtds |
unq.rtds |
SpTraits |
Species trait information from species file |
Returns a list of species locations in the landscape
This is not an optimal implementation, and could benefit from some optimization. This is especially a problem when there is only one or a few valid configurations of species. This is because species are chosen and removed randomly, so it takes a long time (if ever) to find the valid configuration(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.