Code of the article:
- Rosindell, J., Harmon, L. J. (2013), A unified model of species immigration, extinction and abundance on islands. Journal of Biogeography, 40: 1107–1118. doi: 10.1111/jbi.12064
I made it to compile and run under Qt Creator.
Below is the PDF of the original authors converted to Markdown:
This appendix includes the following files licensed under an MIT license. Full license information is available in the files themselves. Please refer to the paper when using the software and e‐mail any enquiries to [email protected]
Edit, compile and run this code for simulations with basic immigration.
Edit, compile and run this code for simulations with clustered immigration.
Edit, compile and run this code for simulations with protracted immigration.
These files give the metacommunity species abundances.You can change these for your own files or add your own files (editing the code appropriately).The code will not run unless these files or replacements are available in the same folder as the executable file.
This is needed to compile the code - it includes a basic random number generator.It is recommended you read the comments and follow the instructions to upgrade the random number generator to a better one. Unfortunately the generator we use was not written by us so be cannot provide a copy under an MIT open source license.