clust_size,ClusterSet-method | R Documentation |
The sizes of the clusters stored in a ClusterSet object.
## S4 method for signature 'ClusterSet'
clust_size(x)
x |
A ClusterSet object. |
# load a dataset
load_example_dataset('7871581/files/pbmc3k_medium_clusters')
x <- clust_size(pbmc3k_medium_clusters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.