plot.autocor.result(Ringo)
plot.autocor.result()所属R语言包:Ringo
Plots auto-correlation of probe intensities
图自动探测强度的相关
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to plot the auto-correlation of probe intensities computed by function autocor.
函数进行绘图的功能autocor探针强度计算自相关。
用法----------Usage----------
## S3 method for class 'autocor.result'
plot(x,
plot.title = "ChIP: Autocorrelation of Intensities", ...)
参数----------Arguments----------
参数:x
an object of class autocor.result, the result of function autocor
对象类autocor.result,功能autocor
参数:plot.title
main title of the plot
main称号的图
参数:...
further arguments passed on to plot.default, see details
进一步转嫁到plot.default参数,查看详细信息
Details
详情----------Details----------
The following arguments to plot.default are already defined in the function and thus cannot be specified by the user as further arguments in ...: type, lwd, xlab, ylab, col. Argument main is specified in plot.title.
以下参数plot.default已经在函数定义,从而无法进一步论证由用户指定的...:type, lwd, xlab, ylab, col。参数mainplot.title指定。
值----------Value----------
invisible NULL
无形的NULL
作者(S)----------Author(s)----------
Joern Toedling
参见----------See Also----------
autocor
autocor
举例----------Examples----------
## see the help page of 'autocor' for an example[#看到一个例子“autocor”的帮助页面]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|