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
rasters
A list of
GeoRasters
objects.host_density
A
SpatRaster
representing the host density.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.
[Package geohabnet version 2.1.3 Index]