Display a correlation matrix.

Parameters:

Parameters:

Parameters:
The R_CorrMatrix action button generates a Correlation Matrix visualization from selected numeric variables in the input dataset. This tool is especially useful for analyzing linear relationships between multiple features and for visually detecting multicollinearity or strong associations within a dataset.
The Correlation Matrix displays pairwise correlation coefficients (Pearson by default) between numeric variables. In addition to the correlation grid, the action can enrich the visualization with histograms on the diagonal and numeric correlation values inside each cell. This helps analysts quickly assess the strength and direction of relationships between variables.
When executed, the action produces an image (e.g., PNG/HTML plot) rather than a tabular dataset. However, the downstream pin of this component will expose a status column, which indicates the process completion state and allows chaining with subsequent actions in the pipeline.
Multiple Variables Analysis: Select multiple numeric columns (e.g., Height, Weight, Age, Score) to evaluate relationships simultaneously.
Customizable Appearance:
Correlation Display: Toggle correlation values directly in the plot cells.
Flexible Output: Generates a visual correlation matrix as an output image and passes a process status column (status) downstream for workflow continuity.
Input Data: Provide a dataset containing numeric variables of interest.
Parameter Setup:
Execution:
status column indicating successful execution.Downstream Usage:
R_PlotTimeSerie, R_BoxPlot, R_Multiplot) can connect, but will only see the status column unless the correlation output file is exported and re-imported.status column is added to confirm action execution, which can be used for pipeline control but does not include the actual correlation values.