Description Usage Arguments Value Functions
View source: R/connectivityCluster.R
Add a cluster column to the tables of a connectivityCluster object
Add a cluster column to the tables of a connectivityCluster object, either for the neurons being clustered (with setClusters
) or for the partner neurons
(with addClusters
)
1 2 3 | setClusters(connCl, h = 0.8, k = NULL)
addClusters(connCl, partnerClusters, h = 0.8, k = NULL)
|
connCl |
A connectivityCluster object to augment |
h |
To be passed to |
k |
To be passed to |
partnerClusters |
Either a named vector (as returned by cutree) or a |
A connectivityCluster, whith added columns cluster.from and cluster.to in the corresponding connectivity table
addClusters
: Add clustering of the partners
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.