Learn R Programming

staRdom (version 1.1.28)

eempf_comp_names<-: Set names of PARAFAC components

Description

Set names of PARAFAC components

Usage

eempf_comp_names(pfmodel) <- value

Value

parafac model

Arguments

pfmodel

model of class parafac

value

character vector containing the new names for the components

Examples

Run this code
data(pf_models)

eempf_comp_names(pf4) <- c("A","B","C","D","E","F","G")

Run the code above in your browser using DataLab