Description Usage Arguments Details Value Note Author(s) See Also
Mark peaks and components in plots of retention time, m/z, mass defect or peak intensity. Select components or peaks by drawing a polygon.
1 2 3 4 |
component |
List of type comp generated by |
x |
Scale of x-axis, any of |
y |
Scale of y-axis, any of |
xlim |
xlim=c(upper bound,lower bound), default = |
ylim |
ylim=c(upper bound,lower bound), default = |
rm.comp |
Select (i.e. remove) peaks assigned to components by |
plot.comp |
Highlight peaks part of a component (red)? |
rm.noncomp |
Select (i.e. remove) peaks not assigned to components by |
select.polygon |
Select peaks and/or components to be excluded |
res |
Resolution of polygon selection; increase if problems with selection by complicated polygons or along polygon boarder occur. Otherwise, ignore. |
filter.for |
What should be filtered and subsequently returned as value by the polygon selection? Any of |
Selection refers to those peaks and/or components to be excluded. If not all peaks in the data set are assigned to components, they are still plotted
and can thus e.g. be separated from those assigned to components by setting rm.comp
vs. rm.noncomp
.
See filter.for
argument.
Either raw data (i.e. peak list), isotope pattern peak relations, (i.e. subset of first entry in list of type pattern generated by pattern.search
) or
adduct relations (i.e. subset of first entry in list of type adduct generated by adduct.search
).
Here, mass defect is defined as the difference of m/z to the nearest integer from rounding.
rm.comp = FALSE
and rm.noncomp = FALSE
leads to no selection and thus no exclusions of anything.
Martin Loos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.