plotPsSpectrum-methods(CAMERA)
plotPsSpectrum-methods()所属R语言包:CAMERA
Plot a Pseudospectrum
绘制伪谱
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a pseudospectrum, with the most intense peaks labelled, to the current graphics device.
绘制伪谱,用最激烈的峰标记,以当前的图形设备。
用法----------Usage----------
plotPsSpectrum(object, pspec=1:length(object@pspectra), log=FALSE, value="into", maxlabel=0, title=NULL,mzrange=numeric(), sleep=0, cexMulti = 1,...)
参数----------Arguments----------
参数:object
the xsAnnotate object
xsAnnotate对象
参数:pspec
ID of the pseudospectrum to print
伪谱的ID打印
参数:log
Boolean, whether the log(intensity) should be shown
布尔,是否应显示log(强度)
参数:value
Which of a peak's intensities should be used
峰的强度应该使用
参数:maxlabel
How many m/z labels to print
多少的m / z标签打印
参数:title
Main title of the Plot
图的主标题
参数:mzrange
Which m/z range should plotted
其中m / z范围应绘制
参数:sleep
Time (in seconds) to wait between successive Spectra, if multiple pspec are requested.
时间(秒)之间等待的连续光谱,如果多个pspec要求。
参数:cexMulti
Cex multiplier for peak labels
的CEX乘数为高峰标签
参数:...
Additional parameter for function plot
额外的参数功能图
值----------Value----------
None.
没有。
方法----------Methods----------
object deriviving from class "xsAnnotate"
从类“xsAnnotate对象deriviving”
作者(S)----------Author(s)----------
Steffen Neumann, <a href="mailto:sneumann@ipb-halle.de">sneumann@ipb-halle.de</a>
参见----------See Also----------
xsAnnotate-class, png, pdf, postscript,
xsAnnotate-class,png,pdf,postscript
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|