Learn R Programming

smerc (version 1.3)

print.smerc_cluster: Print object of class smerc_cluster.

Description

Print smerc_cluster object

Usage

# S3 method for 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

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab