scca_get_node: Retrieve Attributes of a Node in an SCCA tree

Description Usage Arguments Details Value

View source: R/scca_print.R

Description

Retrieve Attributes of a Node in an SCCA tree

Usage

1
scca_get_node(scca, node)

Arguments

scca

An SCCA tree

node

The number of the node from which to retrieve the attributes.

Details

The node number can be found by printing the tree with scca_print(scca).

Returns NULL if node doesn't exists.

Value

List with 5 elements:

labels

The labels (rownames) defining the subset (cluster) of observations at this node

spectrum

Sorted eigenvalues

eigen_vec_1

First eigenvector

eigen_vec_2

Second eigenvector

eigen_vec_3

Third eigenvector


UtrechtUniversity/SCCA documentation built on April 16, 2021, 3:23 a.m.