Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


smacpod (version 2.6)

clusters.spscan: Extract clusters

Description

Extract clusters

Usage

# S3 method for spscan
clusters(x, idx = seq_along(x$clusters), ...)

Value

A list. Each element of the list is a vector with the indices of event locations in the associated cluster.

Arguments

x

An object of class spscan from the spscan.test

idx

An index vector indicating the elements of x$clusters to print information for. The default is all clusters.

...

Currently unimplemented

Examples

Run this code
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