Description Usage Arguments Value Examples
Convenience method to access cluster analysis data from an EMSet.
1 2 3 4 5 6 7 8 9 | clusterAnalysis(x, ...)
## S4 method for signature 'EMSet'
clusterAnalysis(x)
clusterAnalysis(x, ...) <- value
## S4 replacement method for signature 'EMSet'
clusterAnalysis(x) <- value
|
x |
EMSet |
... |
... |
value |
List to store in the clusterAnalysis slot |
List of cluster-related analyses
EMSet with values stored in clusterAnalysis slot
1 2 3 4 | # Load analysed EMSet
em_set <- ascend::analyzed_set
cluster_analysis <- clusterAnalysis(em_set)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.