| orm_dim_matrix | R Documentation |
Builds a risk category x dimension cross-matrix and saves a hierarchical clustered heatmap with dendrograms and numeric values in each cell.
When dims was built with method = "blocks", the matrix shows
risk categories x normative blocks (A-Safety, B-Hygiene, etc.).
When dims was built with method = "text", the matrix shows
risk categories x discovered text dimensions.
orm_dim_matrix(
result,
dims,
min_records = 2L,
out_dir = NULL,
filename = "risk_dimension_heatmap.png",
lang = getOption("orisma.lang", "en"),
verbose = getOption("orisma.verbose", TRUE)
)
result |
An |
dims |
An |
min_records |
Integer. Min records for a risk category row. Default |
out_dir |
Character or NULL. Directory to save the heatmap PNG. |
filename |
Character. Output filename. Default |
lang |
Character. |
verbose |
Logical. |
Invisibly returns the cross-matrix (risk categories x dimensions).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.