compNameAssign: Components Name Assignment for concatenate, joint and...

Description Usage Arguments Value Examples

View source: R/nameAssignment.R

Description

Assign name to components in the concatenate, joint and twoStageLCA methods

Usage

1
compNameAssign(linked_component_list, group_name)

Arguments

linked_component_list

list of components extracted

group_name

A vector of names for the datasets

Value

renamed list of linked_component_list

Examples

1
2
3
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)

CHuanSite/PJD documentation built on Oct. 26, 2021, 1 p.m.