| Gmap-class {geohabnet} | R Documentation |
Gmap class
Description
An S4 class to represent various maps in the form of SpatRaster.
Usage
setmaps(x, me, vari, dif)
Arguments
x |
Gmap object. |
me |
SpatRaster. A raster representing mean risk index. |
vari |
SpatRaster. A raster representing variance. |
dif |
SpatRaster. A raster representing difference. |
Value
Gmap object.
Slots
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.
[Package geohabnet version 2.1.3 Index]