View source: R/extract.clusters.R
clusters.spscan | R Documentation |
Extract clusters
## S3 method for class 'spscan'
clusters(x, idx = seq_along(x$clusters), ...)
x |
An object of class |
idx |
An index vector indicating the elements of
|
... |
Currently unimplemented |
A list. Each element of the list is a vector with the indices of event locations in the associated cluster.
data(grave)
# apply scan method
out = spscan.test(grave, nsim = 99)
# print scan object
clusters(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.