View source: R/find_thresholds.R
find_thresholds | R Documentation |
Find thresholds of diffusive spread and get a list of potential jumps. This function identifies spatial discontinuities in the distribution of species’ occurrences between the putative limit of the continuous, diffusive spread (i.e., the invasion front) and outlying occurrences. This function must be applied after attribute_sectors() and before find_jumps().
find_thresholds(dataset, gap_size = 15, negatives = TRUE)
dataset |
A dataset to be processed, output of attribute_sectors() |
gap_size |
Distance between the invasion front and a positive point necessary for it to be considered a jump, in kilometers (default: 15) |
negatives |
Should the function verify that negative surveys were found in the spatial discontinuities? |
Two tables: one table Thresholds
containing the threshold per year and sector,
one table potJumps
containing the list of potential jumps for find_jumps()
thresholds <- find_thresholds(dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.