summary.spotoroo: Summarizing spatiotemporal clustering result

View source: R/hotspot_cluster.R

summary.spotorooR Documentation

Summarizing spatiotemporal clustering result

Description

summary.spotoroo() is the summary method of the class spotoroo. It is a simple wrapper of summary_spotoroo().

Usage

## S3 method for class 'spotoroo'
summary(object, ...)

Arguments

object

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

...

Additional arguments pass to summary_spotoroo()

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)


  # Make a summary
  summary(result)



spotoroo documentation built on Aug. 21, 2023, 9:10 a.m.