plot.clusterpro.varpro.Rd
Plots for unsupervised data visualization
plot.clusterpro(x, xvar.names, shrink=TRUE,
col=TRUE, col.names=NULL, sort=TRUE, cex=FALSE, breaks=10, ... )
clusterpro object obtained from previous call to clusterpro
.
Names of the x-variables to be plotted (uses all by default). Can also be integer values.
Shrink the release variable to zero?
Color the plots?
The default is to color each plot by the release
variable. This option allows plots to be colored by the same
variable specified by col.names
. Can also be an integer
value.
Sort the plot by the importance of a variable?
Scale size of the points?
Number of breaks used when coloring points.
Additional options passed to plot.
Generates a two-dimensional visualization plot using UMAP applied to the enhanced data of a release variable.
McInnes L., Healy J. and Melville J. (2018). UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction. ArXiv e-prints.