GroupedEICModule: GroupedEICModule

View source: R/Module_GroupedEICModule.R

GroupedEICModuleR Documentation

GroupedEICModule

Description

Shiny Module to plot grouped EICs, using EICgeneral()

Usage

GroupedEICModule(
  input,
  output,
  session,
  values = reactiveValues(MSData = NULL, featureTables = NULL, GlobalOpts = NULL,
    projectData = NULL),
  keys = reactive({     "NO" })
)

GroupedEICModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

values

a reactiveValues object that in effect gives read and write access to external objects

keys

reactive({}) that reports the current key press. This argument is deprecated and will be removed from all modules.

id

id to be used to define a namespace via NS() (must match id in callModule for the server Module)

Value

returns its internalValues

Functions

  • GroupedEICModule: server logic

  • GroupedEICModuleUI: UI elements

See Also

values for a description of the values object


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.