shiny_gguniv_test {romic} | R Documentation |
Shiny ggUnivariate Test
Description
Test the shiny ggUnivariate module as a stand-alone application.
Usage
shiny_gguniv_test(tomic, plot_table = "samples")
Arguments
tomic |
Either a |
plot_table |
table containing the data to be plotted |
Value
A shiny
app
Examples
if (interactive()) {
shiny_gguniv_test(
add_pcs(brauer_2008_triple, npcs = 5),
plot_table = "samples"
)
shiny_gguniv_test(brauer_2008_triple, plot_table = "measurements")
shiny_gguniv_test(brauer_2008_triple, plot_table = "features")
}
[Package romic version 1.1.3 Index]