Description Usage Arguments Value
View source: R/FunctionsPlot.R
Produce a variety of plots after running the multi-view aggregation or splitting version of the K-means algorithm.
1 2 3 4 5 6 7 8 | maskmeans_plot(
obj,
type = c("dendrogram", "heights", "weights_line", "weights", "criterion", "tree",
"tree_perClusterWeights", "probapost_boxplot"),
tree_type = "final_K",
mv_names = NULL,
...
)
|
obj |
Object of class |
type |
Graphic to be produced: one or more of |
tree_type |
Either |
mv_names |
If desired, a vector of multiview names to be used for the |
... |
Additional optional parameters. |
List of one or more ggplot2 objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.