A | Assignment: 04-01 |
In this assignment we will use everything we have learnt so far in unit 02 to create virtual species. We will use the NLMs as environmental variables and the different functionalities from the virtualspecies
R package to create virtual species for each of your previously designed study areas.
Image: Virtual species. Generated with deepai.org
Do the following exercises until the next session:
- You may choose to work individually or in teams of up to two people.
- Use the 12 NLMs you prepared in the last exercise as environmental variables.
- create in total 5 virtual species. Create them by defining the response function for each variable individually using the function
generateSpFromFun
. - Transform the environmental suitability to presence-absence maps using the
convertToPA
function using thelogistic
transformation. - Give each species a name (e.g., species1, species2, species3, …)
- Save the virtual species data as follows: Create a list where the first element contains the virtual species data and the second element contains the transformed presence-absence data. Save this list as an
RDS
file. - You don’t need to upload your results to ILIAS yet, as we will add more data to them in the next session. However, you will need the results of this assignment in the next session and cannot proceed without them.