| Gmap-class | R Documentation |
An S4 class to represent various maps in the form of SpatRaster.
setmaps(x, me, vari, dif)
x |
Gmap object. |
me |
SpatRaster. A raster representing mean risk index. |
vari |
SpatRaster. A raster representing variance. |
dif |
SpatRaster. A raster representing difference. |
Gmap object.
me_rastA raster representing mean risk index.
me_outCharacter. A file path to the mean risk index raster.
diff_rastA raster representing difference.
diff_outCharacter. A file path to the difference raster.
var_rastA raster representing variance.
var_outCharacter. A file path to the variance raster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.