select | R Documentation |
select
returns mz
, rt
or clust
depending on
condition
.
select(condition, mz, rt, clust)
condition |
|
mz |
object to return if |
rt |
object to return if |
clust |
object to return if |
Helper function for shinyCircos
, replayPlotOrder
and
replayPlotAdd
.
mz
, rt
or clust
depending on condition
Thomas Naake thomasnaake@googlemail.com
mz <- 1
rt <- 2
clust <- 3
MetCirc:::select(condition = "mz", mz = mz, rt = rt, clust = clust)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.