View source: R/Module_GroupedEICModule.R
GroupedEICModule | R Documentation |
Shiny Module to plot grouped EICs, using EICgeneral()
GroupedEICModule( input, output, session, values = reactiveValues(MSData = NULL, featureTables = NULL, GlobalOpts = NULL, projectData = NULL), keys = reactive({ "NO" }) ) GroupedEICModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
keys |
|
id |
id to be used to define a namespace via |
returns its internalValues
GroupedEICModule
: server logic
GroupedEICModuleUI
: UI elements
values
for a description of the values
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.