View source: R/nameAssignment.R
compNameAssignSep | R Documentation |
Assign name to components in the seperate analysis, sepPCA, sepICA, sepNMF
compNameAssignSep(linked_component_list, dataset_name)
linked_component_list |
list of components extracted |
dataset_name |
A vector of names for the datasets |
renamed list of linked_component_list
linked_component_list = list(matrix(c(1:4), nrow = 2), matrix(c(1:4), nrow = 2))
dataset_name = c("x", "y")
compNameAssignSep(linked_component_list, dataset_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.