Learn R Programming

romic (version 1.1.3)

shiny_ggplot_test: Shiny ggplot Test

Description

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

Usage

shiny_ggplot_test(tomic)

Value

A shiny app

Arguments

tomic

Either a tidy_omic or triple_omic object

Examples

Run this code

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

Run the code above in your browser using DataLab