View source: R/Visualizations_general.R
plot2Dredux | R Documentation |
Plot 2D dimensional reduction of a data frame.
plot2Dredux(
plotDF,
centers = 8,
NfeatPerClus = 10,
returnDF = F,
title = "",
base_size = 12
)
plotDF |
A data frame of numeric values to plot. |
centers |
Number of centers to use for k-means clustering. |
NfeatPerClus |
Number of features to include in the plot per cluster. |
returnDF |
Logical indicating if the plotted data frame should be returned. |
title |
Character string for the plot title. |
If returnDF is 'TRUE', the plotted data frame is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.