print.smerc_cluster: Print object of class 'smerc_cluster'.

View source: R/smerc_cluster-print.R

print.smerc_clusterR 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.

...

Not currently implemented.

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

jpfrench81/smerc documentation built on Jan. 13, 2024, 4:30 a.m.