print.smerc_cluster {smerc} | R Documentation |
smerc_cluster
.Print smerc_cluster
object
## S3 method for class 'smerc_cluster'
print(x, ..., extra = FALSE)
x |
An object of class |
... |
Not currently implemented. |
extra |
A logical value. Default is |
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