| specplot {Mosaic} | R Documentation |
Plot an MS spectrum
specplot(x = sc[, 1], y = sc[, 2], norm = max(y)/100, cx = 1.5, k = 10, fileName = "title", yrange = c(0, 100), xrange = range(x), maxi = max(y))
x |
mz coordinates |
y |
intensity coordinates |
norm |
normalize by |
cx |
font size |
k |
top k intensity peaks will be labeled |
fileName |
plot title |
yrange |
y axis range |
xrange |
x axis range |
maxi |
max intensity to be plotted on side |