group_jumps | R Documentation |
Identify independent locations of jump dispersal
group_jumps(jumps, gap_size = 15)
jumps |
A dataset to be processed |
gap_size |
Distance between the invasion front and the positive point necessary for it to be considered a jump, in kilometers (default: 15) |
The same table as dataset
with an additional column named
group
and containing the group number for each jump
new_dataset <- group_jumps(dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.