Skip to contents

Find secondary diffusion points after having applied find_jumps()

Usage

find_secDiff(
  potDiffusion = potDiffusion,
  Jumps = Jumps,
  diffusers = diffusers,
  Dist = preDist,
  gap_size = 15
)

Arguments

potDiffusion

object exported from find_jumps

Jumps

object exported from find_jumps

diffusers

object exported from find_jumps

Dist

object exported from find_jumps

gap_size

Distance necessary for a point to be considered a jump, in kilometers (default: 15)

Value

A data frame secDiff containing the secondary diffusion points, a data frame Dist containing the final thresholds of the diffusive spread.

Examples

if (FALSE) { # \dontrun{
secDiff <- find_secDiff()
} # }