Compute a tidy summary of simplivariate Components found by SIMPLICA.
Returns a data.frame with class "summaryComponents" and an attribute holding
row/column index lists for printing details.
summaryComponents(results, scoreCutoff = 0)A data.frame with columns:
componentId, pattern, score, rows, cols, size;
class is c("summaryComponents","data.frame"). The attribute
"indices" stores a list with per-component rowIdx and colIdx.
A list or 'simplica' object with fields:
nRows, nCols, string, componentScores,
and either componentPatternsUpdated or componentPatterns.
Numeric. Minimum score to include a component (default 0).