hca_flowdat | R Documentation |
Use hierarchical clustering to merge nodes based on proximity
hca_flowdat(flowdat, k = 20)
flowdat |
The data containing flows from a to b, b to a, and the coordinates of a and b |
k |
The number of nodes to keep. |
a dataframe of the same format as flowdat, but with some nodes (and their flows) merged. Note that this will in most cases contain some circular flows (a to a) even if the input flowdat did not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.