Learn R Programming

geohabnet (version 2.1.3)

setprops,GeoModel,character,numeric,numeric-method: Set properties of the GeoModel object.

Description

Set properties of the GeoModel object.

Usage

# S4 method for GeoModel,character,numeric,numeric
setprops(x, aggregation, hdthreshold, linkthreshold)

Value

The GeoModel object with updated properties.

Arguments

x

The GeoModel object.

aggregation

Character. A value representing the aggregation method.

hdthreshold

Numeric. A value representing the host density threshold.

linkthreshold

Numeric. A value representing the link threshold in a network.