find_secDiff | R Documentation |
Find secondary diffusion points after having applied find_jumps()
find_secDiff(
potDiffusion = potDiffusion,
Jumps = Jumps,
diffusers = diffusers,
Dist = preDist,
gap_size = 15,
crs = 4326
)
potDiffusion |
object exported from find_jumps |
Jumps |
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) |
crs |
Coordinate system for spatial layers |
A data frame SecDiff
containing the secondary diffusion points, a data frame NewDist
containing the final convex hull vertex of the diffusive spread.
secDiff <- find_secDiff()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.