summary.smerc_cluster {smerc} | R Documentation |
smerc_cluster
objectSummary of object of class smerc_cluster
.
## S3 method for class 'smerc_cluster' summary(object, ..., idx = seq_along(object$clusters), digits = 1)
object |
An object of class |
... |
Arguments passed on to |
idx |
A index vector indicating the elements of
|
digits |
Integer indicating the number of decimal places. |
data(nydf) coords = with(nydf, cbind(x, y)) out = scan.test(coords = coords, cases = floor(nydf$cases), pop = nydf$pop, nsim = 49, longlat = TRUE, alpha = 0.12) summary(out)