Description Usage Arguments Author(s) See Also Examples
Plot the local maximum matrix of 2-D CWT coefficients returned by getLocalMaximumCWT
1 |
localMax |
local maximum matrix of 2-D CWT coefficients returned by |
wCoefs |
2-D CWT coefficients |
range |
plot range of m/z index |
colorMap |
the colormap used in plotting the points |
main |
parameter of |
cex |
parameter of |
pch |
parameter of |
... |
other parameters of |
Pan Du
1 2 3 4 5 6 | data(exampleMS)
scales <- seq(1, 64, 3)
wCoefs <- cwt(exampleMS[5000:11000], scales=scales, wavelet='mexh')
localMax <- getLocalMaximumCWT(wCoefs)
plotLocalMax(localMax)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.