Description Usage Arguments Details Examples
Prints the output of compute_scca to screen in a human-readable format.
1 | scca_print(scca, ...)
|
scca |
An output of |
... |
The attributes to be printed: 'depth', 'k', 'node_type' and/or 'n_labs' |
The nodes in the analysis tree (clusters) are numbered depth-first and pre-order. depth
is the level in the tree. n_labs
is the number of
of labels in the (sub-)cluster. child
is the numbering within its siblings. And k
is the number of relevant Eigenvalues.
Every attribute can be omitted. If no attribute is given, only the tree hierarchy will be printed.
1 2 3 4 5 | ## Not run:
s <- scca_compute(t(carnivora))
scca_print(scca = s, 'k', 'n_labs')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.