View source: R/spectra_processing.R
PerformDataInspect | R Documentation |
PerformDataInspect is used to plot 2D/3D structure of the MS data
PerformDataInspect(
datapath = NULL,
rt.range = c(0, 0),
mz.range = c(0, 0),
dimension = "3D",
res = 100
)
datapath |
data file path |
rt.range |
retention time range, unit is seconds |
mz.range |
m/z range |
dimension |
view dimension, canbe "2D" or "3D" |
res |
resolution number, higher of the number means higher resolution |
Zhiqiang Pang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.