.overlay | R Documentation |
Used internally in overlayStacks
. Function to be applied to each row
of a data.table
containing information of whether the species layer
exists in the HQ and LQ data.
Only overlays if data exists in both layers, otherwise returns the layer with data.
.overlay(
SPP,
HQ,
LQ,
hqLarger,
highQualityStack,
lowQualityStack,
outputFilenameSuffix = "overlay",
destinationPath
)
SPP |
|
HQ |
|
LQ |
|
highQualityStack |
high quality list/stack of rasters (will be used preferentially) |
lowQualityStack |
low quality list/stack of rasters
(will be used to fill |
outputFilenameSuffix |
file suffix to save raster if there was overlaying.
Defaults to |
destinationPath |
path to data directory where objects will be downloaded or saved to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.