ggplotServer: ggplot Server

View source: R/module_ggplot.R

ggplotServerR Documentation

ggplot Server

Description

Server components for the ggplot module.

Usage

ggplotServer(id, tomic, return_brushed_points = FALSE)

Arguments

id

An ID string that corresponds with the ID used to call the module's UI function.

tomic

Either a tidy_omic or triple_omic object

return_brushed_points

Return values selected on the plot

Value

a tibble of selected observations if return_brushed_points is TRUE. Otherwise, returns NULL.


calico/romic documentation built on Sept. 27, 2024, 7:16 p.m.