clusters.spscan {smacpod} | R Documentation |
Extract clusters
Description
Extract clusters
Usage
## S3 method for class 'spscan'
clusters(x, idx = seq_along(x$clusters), ...)
Arguments
x |
An object of class |
idx |
An index vector indicating the elements of
|
... |
Currently unimplemented |
Value
A list. Each element of the list is a vector with the indices of event locations in the associated cluster.
Examples
data(grave)
# apply scan method
out = spscan.test(grave, nsim = 99)
# print scan object
clusters(out)
[Package smacpod version 2.6 Index]