Description Usage Arguments Value
Given an initial population and movement table, simulate the movement
of the population, starting at the origin, using move.table
for timesteps
.
The resulting table gives the convex hull area for each individual in the population. The purpose
of this function is to help relate a estimated organism home range to the movement paramters
for the model. Note that the window for pop
determines the constraints of movement.
Individuals that move outside the population window are removed. The model also commences
with the individuals at (0,0), so windows should be centred around the origin.
1 | convex.home.range(pop, move.table, timesteps = 5)
|
pop |
The population |
move.table |
The movement table |
timesteps |
The number of times movement is applied to each individual. |
Vector of convex-hull areas of length pop$n
representing the movement for each individual.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.