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