Description Usage Arguments Details Value
Retrieve Attributes of a Node in an SCCA tree
1 | scca_get_node(scca, node)
|
scca |
An SCCA tree |
node |
The number of the node from which to retrieve the attributes. |
The node number can be found by printing the tree with scca_print(scca).
Returns NULL if node doesn't exists.
List with 5 elements:
The labels (rownames) defining the subset (cluster) of observations at this node
Sorted eigenvalues
First eigenvector
Second eigenvector
Third eigenvector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.