fgcz / rawDiag

Brings Orbitrap mass spectrometry data to life; multi-platform, fast and colorful R package
https://bioconductor.org/packages/rawDiag
36 stars 11 forks source link

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

Open jjGG opened 4 years ago

jjGG commented 4 years ago

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