New correlation matrix action.

Parameters:

Parameters:
See dedicated page for more information.
The R_CorrMatrix2 action button generates a correlation matrix plot using the corrplot R package. It computes pairwise correlations between selected numeric variables and visualizes the relationships using various plot styles (e.g., ellipse, number, pie, etc.).
| A | B | C | D | E |
|---|---|---|---|---|
| 1.1 | 2.3 | 4.5 | 3.2 | 5.0 |
| 0.9 | 2.1 | 4.3 | 3.0 | 5.1 |
| ... | ... | ... | ... | ... |
All variables must be numeric.

If idOutput = HTML document, you will get an .html file containing:
Records only if properly configured in output portspearson: linear correlationkendall/spearman: rank-basedidxOrder = hclust to cluster similar variables.idOutput = chart mode is not implemented in the R script. Switch to HTML document.| Issue | Solution |
|---|---|
| Output file not found in records | Use HTML document only; ensure correct output port setup |
| "object 'HTMLf' not found" | Don't use chart output option |
| Blank preview or missing plot | Ensure all selected variables are numeric and contain no NA |
| Long run time or crash | Reduce data size; increase shared memory to 2 MB or more |
