View source: R/module_gguniv.R
shiny_gguniv_test | R Documentation |
Test the shiny ggUnivariate module as a stand-alone application.
shiny_gguniv_test(tomic, plot_table = "samples")
tomic |
Either a |
plot_table |
table containing the data to be plotted |
A shiny
app
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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.