Last chance! 50% off unlimited learning
Sale ends in
powered by
Extract clusters
# S3 method for spscan clusters(x, idx = seq_along(x$clusters), ...)
A list. Each element of the list is a vector with the indices of event locations in the associated cluster.
An object of class spscan from the spscan.test
spscan
spscan.test
An index vector indicating the elements of x$clusters to print information for. The default is all clusters.
x$clusters
Currently unimplemented
data(grave) # apply scan method out = spscan.test(grave, nsim = 99) # print scan object clusters(out)
Run the code above in your browser using DataLab