specZoom {PROcess} | R Documentation |
Function for plotting an object returned by isPeak
.
specZoom(pks, xlim = NULL, cols = c("cyan", "red", "black"))
pks |
an object (a list) returned by isPeak . |
xlim |
a range of m/z values over which a zoomed-in view of the spectrum is desired. |
cols |
a vector of color specification for the smooth (signal), peaks and local noise. |
example(isPeak) specZoom(pkobj, xlim=c(5000, 10000))