Description Usage Arguments Author(s) References Examples
Visualize a network using D3.js at specific threshold
1 | plot_network(output, ...)
|
output |
mclean list output. |
Daniel Alcaide, daniel.alcaide@esat.kuleuven.be
Alcaide D, Aerts J. (2018) MCLEAN: Multilevel Clustering Exploration As Network. PeerJ Computer Science 4:e145 https://doi.org/10.7717/peerj-cs.145
1 2 3 | data("synthetic_distances")
output = mclean(distance_matrix = synthetic_distances, threshold = 187, method = "single")
plot_network(output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.