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_rast
A raster representing mean risk index.
me_out
Character. A file path to the mean risk index raster.
diff_rast
A raster representing difference.
diff_out
Character. A file path to the difference raster.
var_rast
A raster representing variance.
var_out
Character. 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.