Question about network_plot function (corrr package)
I recently found out about corrr and the network_plot function in it. I plotted some data I am working on and I got really excited by how much theoretical sense they made. I am working on a paper right now and I would really like include these plots. The problem is that the documentation mentions no references regarding the algorithm/calculation used to display variables' proximity. In the package manual multidimensional clustering is mentioned, but not much else.
Does anybody have any know anything about hits
Best regards
You can check out the code used to make this plot here.
Briefly, the two-dimensional points are created with multidimensional scaling via stats::cmdscale(distance, k = 2) where distance is 1 - abs(your_correlation_dataframe).
Thank you very much!!!!
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.