shiny_ggplot_test: Shiny ggplot Test

View source: R/module_ggplot.R

shiny_ggplot_testR Documentation

Shiny ggplot Test

Description

Test the shiny ggplot module as a stand-alone application.

Usage

shiny_ggplot_test(tomic)

Arguments

tomic

Either a tidy_omic or triple_omic object

Value

A shiny app

Examples


if (interactive()) {
  shiny_ggplot_test(add_pcs(brauer_2008_triple, npcs = 5))
  shiny_ggplot_test(brauer_2008_triple)
}

romic documentation built on Sept. 21, 2023, 9:06 a.m.