R/group_feature_methods.R
plotFeatureGroups.RdplotFeatureGroups 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 |
|
|---|---|
| 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 |
Johannes Rainer