print.smerc_cluster {smerc}R Documentation

Print object of class smerc_cluster.

Description

Print smerc_cluster object

Usage

## S3 method for class 'smerc_cluster'
print(x, ..., extra = FALSE)

Arguments

x

An object of class smerc_cluster.

...

Arguments passed on to base::print

extra

A logical value. Default is FALSE. TRUE indicates that extra information should be printed.

Examples

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)
out

[Package smerc version 1.2 Index]