View source: R/methods-group-features.R
plotFeatureGroups | R Documentation |
plotFeatureGroups
visualizes defined feature groups in the m/z by
retention time space. Features are indicated by points with features from
the same feature group being connected by a line. See featureGroups()
for details on and options for feature grouping.
plotFeatureGroups(
x,
xlim = numeric(),
ylim = numeric(),
xlab = "retention time",
ylab = "m/z",
pch = 4,
col = "#00000060",
type = "o",
main = "Feature groups",
featureGroups = character(),
...
)
x |
XcmsExperiment or |
xlim |
|
ylim |
|
xlab |
|
ylab |
|
pch |
the plotting character. Defaults to |
col |
color to be used to draw the features. At present only a single color is supported. |
type |
plotting type (see |
main |
|
featureGroups |
optional |
... |
additional parameters to be passed to the |
Johannes Rainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.