background.raster.buffer {ENMTools} | R Documentation |
NOTE: This function has been replaced by background.buffer.
background.raster.buffer(points, radius, mask)
points |
A two column data frame with X and Y coordinates |
radius |
Radius for circular buffers to draw around points, in meters. |
mask |
A raster to use as a mask |
A raster object with values of 1 in every grid cell falling within the buffer.
library(ENMTools)
background.raster.buffer(iberolacerta.clade$species$cyreni$presence.points, 100000, euro.worldclim)