Description Usage Arguments Value Examples
Fetching clusters' metadata of FSPY
1 | fetchClustMeta(object, verbose = FALSE)
|
object |
An FSPY object |
verbose |
logical. Whether to print calculation progress. |
a data.frame containing clustering information for visualization
1 2 3 4 | if (FALSE) {
clust.data <- fetchClustMeta(fspy)
head(clust.data)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.