plot.pugmm | R Documentation |
pugmm
objectPlots for Parsimonious Ultrametric Gaussian Mixture Models results, such as BIC and path diagrams.
## S3 method for class 'pugmm'
plot(x, what = NULL, nrow = NULL, ncol = NULL, cluster_names = NULL, ...)
x |
Output from |
what |
A string specifying the type of graph requested. Available choices are:
|
nrow |
Number of rows in the graphical window. A new graphical window is opened every 6 plots, i.e., components of |
ncol |
Number of columns in the graphical window. A new graphical window is opened every 6 plots, i.e., components of |
cluster_names |
String of dimension |
... |
Other graphics parameters. |
pugmm()
data(penguins)
x <- scale(penguins[, 2:5])
pugmm.penguins <- pugmm(x, 3, 1)
plot.pugmm(pugmm.penguins, what = c("BIC", "Path Diagram"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.