View source: R/summaryComponents.R
summaryComponents | R Documentation |
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)
results |
A list or 'simplica' object with fields:
|
scoreCutoff |
Numeric. Minimum score to include a component (default 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.