Description Usage Arguments Details Value Author(s) Examples
View source: R/toList.details.R
To explain how to transform data
into list.
1 |
data |
could be a numeric vector, a matrix or a numeric data frame. |
This function is part of the agglomerative hierarchical clusterization method. The function initializes
data
content as a list.
In agglomerative algorithm, it adds a TRUE
flag to each element, which indicates that the cluster is not grouped.
A list with cñlusters. Explanation.
Roberto Alcántara roberto.alcantara@edu.uah.es
Juan José Cuadrado jjcg@uah.es
Universidad de Alcalá de Henares
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.