rawDiag icon indicating copy to clipboard operation
rawDiag copied to clipboard

plot.peaklist function does not allow to overwrite title and y- n xlabels

Open jjGG opened this issue 4 years ago • 0 comments

plot.peaklist <- function (x, y, ...) { plot(x$mZ, x$intensity, type = "h", main = x$title, xlab = "m/Z", ylab = "intensity", ...) }

========= main, xlab, ylab is hard coded!! please make it flexible ;)

should be assigned to cp

jjGG avatar Jun 16 '20 12:06 jjGG