View source: R/hotspot_cluster.R
print.spotoroo | R Documentation |
print.spotoroo()
is the print
method of the class spotoroo
.
## S3 method for class 'spotoroo'
print(x, ...)
x |
|
... |
Additional arguments will be ignored. |
No return value, called for side effects
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.