View source: R/plot.clusterpro.R
plot.clusterpro | R Documentation |
Plots for unsupervised data visualization
## S3 method for class 'clusterpro'
plot(x, xvar.names, shrink=TRUE,
col=TRUE, col.names=NULL, sort=TRUE, cex=FALSE, breaks=10, ... )
x |
|
xvar.names |
Names (or integer indices) of the x-variables to plot. Defaults to all variables. |
shrink |
Logical. If |
col |
Logical. If |
col.names |
Variable used to color the plots. Defaults to the release variable. Can also be an integer index. |
sort |
Logical. If |
cex |
Numeric value to scale point size. |
breaks |
Number of breaks used when mapping colors to points. |
... |
Additional arguments passed to |
Generates a two-dimensional visualization using UMAP applied to the enhanced data corresponding to a release variable. This provides a low-dimensional representation of the clustered structure derived from the rule-based transformation of the original data.
Hemant Ishwaran
McInnes L., Healy J. and Melville J. (2018). UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction. ArXiv e-prints.
clusterpro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.