View source: R/nameAssignment.R
compNameAssign | R Documentation |
Assign name to components in the concatenate, joint and twoStageLCA methods
compNameAssign(linked_component_list, group_name)
linked_component_list |
list of components extracted |
group_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))
group_name = c("x", "y")
compNameAssign(linked_component_list, group_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.