| print.treespatial_scan | R Documentation |
Print Method for treespatial_scan Objects
## S3 method for class 'treespatial_scan'
print(x, max_show = 10L, ...)
x |
An object of class |
max_show |
Integer. Maximum number of leaf IDs and region
IDs to display in full before truncating with "... and N more".
The default of |
... |
Further arguments passed to or from other methods. |
Invisibly returns x (the input object of class
"treespatial_scan"), unchanged. Called for the side
effect of printing a human-readable summary of the scan result
to the console: the total population, the number of regions
and tree nodes, the number of Monte Carlo simulations, and the
contents of the most likely cluster (tree node, leaf IDs,
region IDs, cases, expected count, population, relative risk,
log-likelihood ratio, and p-value).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.