levels_to_nodes {GSSTDA}R Documentation

Extract Information about Nodes

Description

Extract the nodes information based on information about clustering. The individuals who are part of each node are identified

Usage

levels_to_nodes(clust_all_levels_list)

Arguments

clust_all_levels_list

A list with information on the levels obtained from the clust_all_levels function.

Value

A list including the individuals content of each detected node. List of character vectors. Each of the vectors contains the names of the individuals at each node.


[Package GSSTDA version 1.0.0 Index]