plot2Dredux: Plot 2D Dimensionality Reduction

View source: R/Visualizations_general.R

plot2DreduxR Documentation

Plot 2D Dimensionality Reduction

Description

Plot 2D dimensional reduction of a data frame.

Usage

plot2Dredux(
  plotDF,
  centers = 8,
  NfeatPerClus = 10,
  returnDF = F,
  title = "",
  base_size = 12
)

Arguments

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.

Value

If returnDF is 'TRUE', the plotted data frame is returned.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.