print.spotoroo: Printing spatiotemporal clustering result

View source: R/hotspot_cluster.R

print.spotorooR Documentation

Printing spatiotemporal clustering result

Description

print.spotoroo() is the print method of the class spotoroo.

Usage

## S3 method for class 'spotoroo'
print(x, ...)

Arguments

x

spotoroo object. A result of a call to hotspot_cluster().

...

Additional arguments will be ignored.

Value

No return value, called for side effects

Examples



  # Time consuming functions (>5 seconds)


  # Get clustering results
  result <- hotspot_cluster(hotspots,
                           lon = "lon",
                           lat = "lat",
                           obsTime = "obsTime",
                           activeTime = 24,
                           adjDist = 3000,
                           minPts = 4,
                           minTime = 3,
                           ignitionCenter = "mean",
                           timeUnit = "h",
                           timeStep = 1)


  # print the results
  print(result)





TengMCing/hotspotcluster documentation built on Aug. 23, 2023, 12:47 p.m.