Description Usage Arguments Details Value Author(s) Examples
View source: R/initData.details.R
To explain how to initialize data, hierarchical correlation algorithm.
1 |
data |
is a data frame with the main data. |
This function is part of the hierarchical correlation method. The function initializes data
transforming each row from the data frame into
a matrix with every row elements.
A cluster list. Initializing data. 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 | data <- matrix(c(1,2,1,4,5,1,8,2,9,6,3,5,8,5,4),ncol= 3)
dataFrame <- data.frame(data)
initData.details(dataFrame)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.