eempf_comp_names<- {staRdom} | R Documentation |
Set names of PARAFAC components
eempf_comp_names(pfmodel) <- value
pfmodel |
model of class parafac |
value |
character vector containing the new names for the components |
parafac model
data(pf_models)
eempf_comp_names(pf4) <- c("A","B","C","D","E","F","G")