Learn R Programming

parafac4microbiome (version 1.1.2)

plotModelTCCs: Plots Tucker Congruence Coefficients of randomly initialized models.

Description

Plots Tucker Congruence Coefficients of randomly initialized models.

Usage

plotModelTCCs(models)

Value

Plot of TCCs

Arguments

models

Models list output of parafac() using output="all".

Examples

Run this code
processedFujita = processDataCube(Fujita2023, sparsityThreshold=0.99, centerMode=1, scaleMode=2)
models = parafac(processedFujita$data, 3, nstart=10, output="all")
plotModelTCCs(models)

Run the code above in your browser using DataLab