background.points.buffer {ENMTools} | R Documentation |
NOTE: This function has been replaced by background.buffer.
background.points.buffer(points, radius, n, mask)
points |
A two column data frame with X and Y coordinates |
radius |
Radius for circular buffers to draw around points, in meters. |
n |
Sample size for number of background points to return |
mask |
A raster to use as a mask for drawing points |
A data frame of points drawn at random from circular buffers around the occurrence points.