plot.clusterpro.varpro.RdPlots for unsupervised data visualization
plot.clusterpro(x, xvar.names, shrink=TRUE,
col=TRUE, col.names=NULL, sort=TRUE, cex=FALSE, breaks=10, ... )clusterpro object returned from a previous call to clusterpro.
Names (or integer indices) of the x-variables to plot. Defaults to all variables.
Logical. If TRUE, shrinks the release variable to zero.
Logical. If TRUE, colors the points in the plot.
Variable used to color the plots. Defaults to the release variable. Can also be an integer index.
Logical. If TRUE, sorts plots by variable importance.
Numeric value to scale point size.
Number of breaks used when mapping colors to points.
Additional arguments passed to plot.
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.
McInnes L., Healy J. and Melville J. (2018). UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction. ArXiv e-prints.