| GeoNetwork-class {geohabnet} | R Documentation |
GeoNetwork
Description
An S4 class representing a network of geographical data.
This will wrap all the results from the risk analysis using sean() or sensitivity_analysis().
This class contains the field from Gmap class which has results in the form of SpatRaster and TIFF file.
Usage
## S4 replacement method for signature 'GeoNetwork'
host_density(x) <- value
Arguments
x |
GeoNetwork. |
value |
SpatRaster. |
Value
GeoNetwork.
Slots
rastersA list of
GeoRastersobjects.host_densityA
SpatRasterrepresenting the host density.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]