plotRaw-methods(xcms)
plotRaw-methods()所属R语言包:xcms
Scatterplot of raw data points
散点图的原始数据点
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produce a scatterplot showing raw data point location in retention time and m/z. This plot is more useful for centroided data than continuum data.
产生散点图显示原始数据保留时间和m / z点的位置。此图是centroided比连续数据数据更为有用。
参数----------Arguments----------
参数:object
the xcmsRaw object
xcmsRaw对象
参数:mzrange
numeric vector of length >= 2 whose range will be used to select the masses to plot
数字矢量的长度> = 2,其范围将用于选择绘制的群众
参数:rtrange
numeric vector of length >= 2 whose range will be used to select the retention times to plot
数字矢量的长度> = 2,其范围将被用来选择的保留时间绘制
参数:scanrange
numeric vector of length >= 2 whose range will be used to select scans to plot
数字矢量的长度> = 2,其范围将被用来选择扫描图
参数:log
logical, log transform intensity
逻辑,登录改造力度
参数:title
main title of the plot
主标题的图
值----------Value----------
A matrix with the points plotted.
与点矩阵绘制。
方法----------Methods----------
plotRaw(object, mzrange = numeric(), rtrange = numeric(), scanrange = numeric(), log=FALSE, title='Raw Data')
plotRaw(object, mzrange = numeric(), rtrange = numeric(), scanrange = numeric(), log=FALSE, title='Raw Data')
参见----------See Also----------
xcmsRaw-class
xcmsRaw-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|