maskmeans_plot: Plot results of the multi-view aggregation/splitting K-means...

Description Usage Arguments Value

View source: R/FunctionsPlot.R

Description

Produce a variety of plots after running the multi-view aggregation or splitting version of the K-means algorithm.

Usage

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,
  ...
)

Arguments

obj

Object of class "maskmeans" resulting from a call to the maskemans function

type

Graphic to be produced: one or more of c("dendrogram", "heights", "weights_line", "weights", "criterion", "tree", "tree_perClusterWeights", "probapost_boxplot").

tree_type

Either "final_K", "all", or a numerical value for the final number of clusters for plots of type "tree" or "tree_perClusterWeights".

mv_names

If desired, a vector of multiview names to be used for the tree_perClusterWeights plot

...

Additional optional parameters.

Value

List of one or more ggplot2 objects.


andreamrau/maskmeans documentation built on Nov. 13, 2021, 7:44 a.m.