SpecplotWidget: SpecplotWidget

View source: R/Widget_SpecModuleWidget.R

SpecplotWidgetR Documentation

SpecplotWidget

Description

Module for interactive mass spectrum view

Usage

SpecplotWidget(
  input,
  output,
  session,
  reactives = reactive({     list(x = NULL, y = NULL, norm = NULL, cx = 1.5, k = 10,
    fileName = "title", yrange = c(0, 100), xrange = NULL, maxi = NULL, labels = NULL,
    mar = c(4, 6, 6, 2), ylab = "Relative Intensity (%)", ylabshift = 0) }),
  layout = reactive({     list(active = T, height = 550, selectCallback = T) }),
  keys = reactive({     "NO" })
)

SpecplotWidgetUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

reactives

a list, wrapped in a reactive() expression with settings for this module. See details.

layout

a reactive list with layout options

keys

a reactive object registering keystrokes

id

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

Functions

  • SpecplotWidget: Server module, to be called with callModule()

  • SpecplotWidgetUI: UI function for SpecplotWidget


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