Individual-based simulation model of annual movement paths for the Darwin's frog (R code and data)
Main Author: | Valenzuela-Sánchez |
---|---|
Format: | info dataset |
Terbitan: |
, 2017
|
Subjects: | |
Online Access: |
https://zenodo.org/record/802300 |
Daftar Isi:
- Desprition of the R code I constructed an individual-based simulation model that describes the movement path of an individual Rhinoderma darwinii through 3-month displacement steps. This model was primarily developed to evaluate the age-specific movement behaviour of Darwin's frogs, however, I also used it to provide better estimates (i.e. alleviating for movement censoring) of age-specific annual displacements in the species. I developed several variations of this model through a combination of different random walk sub-models for juveniles and adults: uncorrelated non-stationary random walks (NRW), correlated non-stationary random walks (CRW), and stationary random walks (SRW). The NRW and CRW were modelled as a first-order Markovian process where the location of an individual i in time t depends on its spatial location in t - 1. The NRW is unbiased, i.e., there is no preferred direction in each movement step. In contrast, the CRW includes persistence in the directionality of movement, so there is a correlation between successive step orientations. Finally, the SRW assumes that individuals have an activity centre to which all their spatial locations are related. Related data are provided (y.txt, x.txt and age.txt)