shiny_ggplot_test {romic}R 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)
}

[Package romic version 1.1.3 Index]