generate a large pool of random pseudo-absences within a geographic boundary using a set of user-specified wind turbine point locations. The pool will be arbitrarily large (nrow(pts)*iter) with the intention that the dataset will be downsampled through a bagging procedure down-the-line.
1 2 | gen_pseudo_absences(pts = NULL, boundary = NULL, iter = 5,
buffer_width = 1000, quietly = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.