setprops,GeoModel,character,numeric,numeric-method {geohabnet} | R Documentation |
Set properties of the GeoModel object.
Description
Set properties of the GeoModel object.
Usage
## S4 method for signature 'GeoModel,character,numeric,numeric'
setprops(x, aggregation, hdthreshold, linkthreshold)
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. |
Value
The GeoModel object with updated properties.
[Package geohabnet version 2.1.3 Index]