ci <- cor(iris[1:4])
corrNetwork(mat = ci, threshold = 0.5)
# Another example
cm <- cor(mtcars)
corrNetwork(mat = cm,
threshold = 0.8,
layout = 'layout_on_grid',
physics = FALSE)
Run the code above in your browser using DataLab