group_jumps: Attribute groups to jumps

View source: R/group_jumps.R

group_jumpsR Documentation

Attribute groups to jumps

Description

Identify independent locations of jump dispersal

Usage

group_jumps(jumps, gap_size = 15)

Arguments

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)

Value

The same table as dataset with an additional column named group and containing the group number for each jump

Examples

new_dataset <- group_jumps(dataset)

nbelouard/slfjumps documentation built on July 27, 2024, 8:28 a.m.