mask_gd | R Documentation |
Mask genetic diversity layer produced by window_gd or krig_gd
mask_gd(x, y, minval = NULL, maxval = NULL)
x |
Raster object to mask |
y |
Raster object or Spatial object to use as mask |
minval |
if y is a Raster object, value of y below which to mask |
maxval |
if y is a Raster object, value of y above which to mask |
RasterLayer
data("mini_lyr")
mpi <- mask_gd(mini_lyr, mini_lyr, minval = 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.