GeoNetwork-class | R Documentation |
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.
## S4 replacement method for signature 'GeoNetwork'
host_density(x) <- value
x |
GeoNetwork. |
value |
SpatRaster. |
GeoNetwork.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.