corrNetwork.Rd
Creates an interactive Correlation Network Visualization
corrNetwork(
mat,
threshold = 0,
layout = "layout_nicely",
width = "100%",
height = "400px",
physics = TRUE
)
A square correlation matrix to visualise.
A numeric value indicating the minimum absolute correlation value to display in the plot.
Any igraph
layout to display the network.
The width of the viewing window.
The height of the viewing window.
A logical value indicating whether to use physics-based layout. Default is TRUE.
A network plot displaying correlations.
Each node in the network represents a variable where the width of the connecting edges represent the absolute value of the correlation. Positive correlations have red coloured edges whereas negative correlations have blue coloured edges.