specZoom(PROcess)
specZoom()所属R语言包:PROcess
Plotting a Spectrum with Peaks
图与峰频谱
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function for plotting an object returned by isPeak.
绘制对象的函数返回isPeak。
用法----------Usage----------
specZoom(pks, xlim = NULL, cols = c("cyan", "red", "black"), ...)
参数----------Arguments----------
参数:pks
an object (a list) returned by isPeak.
isPeak返回一个对象(列表)。
参数:xlim
a range of m/z values over which a zoomed-in view of the spectrum is desired.
m / z值范围需要放大的频谱。
参数:cols
a vector of color specification for the smooth (signal), peaks and local noise.
一个颜色为顺利(信号),高峰和地方噪声规范的向量。
参数:...
further arguments that get passed on to plot.
获得通过的plot进一步的论据。
举例----------Examples----------
example(isPeak)
specZoom(pkobj, xlim=c(5000, 10000))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|