-
|
Apologies in advance if I have missed this in the extensive user manual documentation. I have to say the documentation for the framework is awesome! I'm curious if it is possible to integrate variable patch-specific demographic rates (e.g., survival) in a patch-based model? For example, using a predictive model to project survival across habitat patches and then integrate this into the RangeShifter framework. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 13 replies
-
|
Hi,
Please check the corresponding publication, which also includes the codes, which might be usefull for preparing the parameter master. I hope the description in the method section of the paper, the provided code and R help files ?ImportedLandscapes and ?StageStructure provide enough details. Let me know if you need any further technical assistance. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Jette, Thanks for the prompt response and the wealth of information here. I have looked over the publication and this looks awesome. Full transparency, I have not inspected the code thoroughly yet. For clarification, I am curious if this approach can be translated to a discrete, patch-based model rather than a suitability-informed, cell-based model? For our work we are interested in modelling the persistence of a regional population network with ~22 discrete patches that we delineated. Currently, we are running RangeShiftr using pooled vital rates across the species range, but we know those vital rates are patch-specific and want to introduce that flexibility such that an individual in patch 1 get patch 1 vital rates, an individual in patch 2 get patch 2 vital rates, .... My sense is that the resources you shared might hold the answer, but I wanted to clarify before I dig deeper into the code associated with that paper. -Spencer |
Beta Was this translation helpful? Give feedback.
-
|
Hi Spencer, the feature is applicable for cell-based as well as patch-based models, but only using habitat suitabilities (HabPercent = T). Here are some Screenshots from the R help files: |
Beta Was this translation helpful? Give feedback.
-
|
Hi Jette, I see, so assigning custom vital rates for a patch can be achieved by theoretically setting all values for the cell to the intended vital rate. For example, if patch 1 has Stage 3 Survival Rate (0.7) then the SurvLayer would have all patch 1 cells encoded as 0.7 and so forth a so on for the remaining patches? Hopefully I am interpreting this right, but in any case thank you for your help, Jette! |
Beta Was this translation helpful? Give feedback.
-
|
Hi Spencer, yes, you would need to set the maximal survival rate for the stages in the transition matrix and with the additional SurvLayer you can vary this value for spatially. E.g. giving all cells of patch 1 a value of 70.0. so e.g. if you set the maximal survival rate of stage 3 to 1.0 and all cells of patch 1 a value of 70 in the SurvLayer, the survival rate of stage 3 would be 0.7 in patch 1. Best, Jette |
Beta Was this translation helpful? Give feedback.
-
|
Hi Spencer, |
Beta Was this translation helpful? Give feedback.



Hi Spencer,
the feature is applicable for cell-based as well as patch-based models, but only using habitat suitabilities (HabPercent = T). Here are some Screenshots from the R help files:
From
?ImportedLandscape:From
?StageStructure: