imageCodelink(codelink)
imageCodelink()所属R语言包:codelink
Image plot of Codelink arrays
形象地积Codelink阵列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot and image of a Codelink array if the layout information is found.
如果被发现的布局信息,图和形象一个Codelink阵列。
用法----------Usage----------
imageCodelink(object, array = 1, what = "bg",
low="black", high="white", mar=c(1,1,1,1),
gr=1, gc=1, log.it=FALSE, ...)
参数----------Arguments----------
参数:object
an object of class "Codelink".
对象一个类“Codelink”。
参数:array
array to be used.
要使用阵列。
参数:what
with data plot: bg, smean, ri, ni.
数据图:BG,smean里妮。
参数:low
color used for low intensities.
使用低强度的颜色。
参数:high
color used for high intensities-
颜色用于高强度
参数:mar
character vector specifiying margings.
特征向量specifiying margings。
参数:gc
numerical; number of grid columns.
数值;网格列数。
参数:gr
numerical; number of grid rows.
数值;网格行数。
参数:log.it
logical; if TRUE data is log2 transformed (if not yet).
逻辑;如果为TRUE数据log2转化(如果尚未)。
参数:...
additional arguments passed to image.
额外的参数传递给图像。
作者(S)----------Author(s)----------
Diego Diez
举例----------Examples----------
## Not run: [#无法运行:]
data(codelink.example)
imageCodelink(codelink.example)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|