View source: R/iterative_scan.R
| print.iterative_scan | R Documentation |
Print Method for iterative_scan Objects
## S3 method for class 'iterative_scan'
print(x, max_show = 10L, ...)
x |
An object of class |
max_show |
Integer. Accepted for API consistency with
|
... |
Further arguments passed to or from other methods. |
Invisibly returns x (the input object of class
"iterative_scan"), unchanged. Called for the side
effect of printing a human-readable summary of the iterative
scan result to the console: the scan type, the number of
iterations performed, the significance threshold (applied to
Holm-Bonferroni adjusted p-values), the number of significant
clusters after correction, and a per-iteration table of
detected clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.