View source: R/Widget_SpecModuleWidget.R
SpecplotWidget | R Documentation |
Module for interactive mass spectrum view
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)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
reactives |
a list, wrapped in a |
layout |
a reactive list with layout options |
keys |
a reactive object registering keystrokes |
id |
id to be used to define a namespace via |
SpecplotWidget
: Server module, to be called with callModule()
SpecplotWidgetUI
: UI function for SpecplotWidget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.