MultiSpecmodule | R Documentation |
Multiple interactive mass spectrum views. Deprecated
MultiSpecmodule( input, output, session, tag, set = list(spec = list(xrange = NULL, yrange = NULL, maxxrange = NULL, maxyrange = NULL, sel = NULL, mz = NULL, data = NULL, MS2 = T), layout = list(lw = 1, cex = 1, controls = F, ppm = 5, active = T, height = 350), msdata = NULL), keys, static = list(title = "MS spectra") ) MultiSpecmoduleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
tag |
id to be used in ns() |
set |
Import data from the shiny session |
keys |
|
static |
a list of arguments that are not in a reactive context and hence do not change while the app is running. |
id |
id to be used to define a namespace via |
If the server module for this Module returns something,
it is described in Details
.
MultiSpecmodule
: Server logic
MultiSpecmoduleUI
: 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.