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

smerc documentation built on Oct. 10, 2023, 5:07 p.m.