Skip to contents

An S4 class representing a network of geographical data. The GeoNetwork object will wrap all the results from the habitat connectivity analysis using sean() or sensitivity_analysis(). This class contains the field from Gmap class, which has results of the habitat connectivity analysis in the form of SpatRaster and TIFF file.

Usage

# S4 method for class 'GeoNetwork'
habitat_density(x) <- value

Arguments

x

GeoNetwork.

value

SpatRaster.

Value

GeoNetwork.

Slots

rasters

A list of GeoRasters objects.

habitat_density

A SpatRaster representing the habitat availability (or simply host density).

me_rast

A raster representing mean habitat connectivity in a region.

me_out

Character. A file path to where the mean habitat connectivity raster is saved.

diff_rast

A raster representing the difference in ranks between habitat connectivity and habitat availability.

diff_out

Character. A file path to where the difference raster is located.

var_rast

A raster representing the variance in habitat connectivity in a region.

var_out

Character. A file path to where the variance raster is located.