Description Usage Arguments Value
View source: R/thin.algorithm.R
thin.algorithm
implements a randomization approach to
spatially thinning species occurence data. This function is the algorithm underlying
the thin
function.
1 | thin.algorithm(rec.df.orig, thin.par, reps)
|
rec.df.orig |
A data frame of long/lat points for each presence record. The data.frame should be a two-column data frame, one column of long and one of lat |
thin.par |
Thinning parameter - the distance (in kilometers) that you want records to be separated by. |
reps |
The number of times to repete the thinning process. Given the random process of removing nearest-neighbors there should be 'rep' number of different sets of coordinates. |
reduced.rec.dfs: A list object of length 'rep'. Each list element is a different data.frame of spatially thinned presence records.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.