Learn R Programming

GSSTDA (version 0.1.3)

levels_to_nodes: 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)

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.

Arguments

clust_all_levels_list

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