plotDataExplorer.single: Plot single object

View source: R/plot.R

plotDataExplorer.singleR Documentation

Plot single object

Description

Plot single DataExplorer object

Usage

## S3 method for class 'single'
plotDataExplorer(plot_obj, title, ggtheme, theme_config, plotly = FALSE, ...)

Arguments

plot_obj

single ggplot object

title

plot title

ggtheme

complete ggplot2 themes

theme_config

a list of configurations to be passed to theme

plotly

if TRUE, convert ggplot to interactive plotly object (requires the plotly package). Default is FALSE.

...

other arguments to be passed

Value

invisibly return the ggplot object

See Also

plotDataExplorer plotDataExplorer.grid plotDataExplorer.multiple


DataExplorer documentation built on March 8, 2026, 9:06 a.m.