View source: R/smerc_cluster-print.R
print.smerc_cluster | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.