plotDensities(codelink)
plotDensities()所属R语言包:codelink
Plot Densities
图密度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Takes a Codelink object and plot the distributions of intensities.
需要Codelink对象和绘制的强度分布。
用法----------Usage----------
plotDensities(object, subset=1:dim(object)[2], title=NULL,
legend.cex=1, what=NULL)
参数----------Arguments----------
参数:object
an object of class "Codelink".
对象一个类“Codelink”。
参数:subset
subset of arrays to be plotted (default: all).
要绘制数组的子集(默认是:所有)。
参数:title
title of the plot.
图的标题。
参数:legend.cex
font factor use in legend to fit.
传说中的字体因素使用,以适应。
参数:what
what data to plot, may be "bg", "smean", "snr", "ri" or "ni"
图数据,可能是“BG”,“smean”,“信噪比”,“里”或“NI”
作者(S)----------Author(s)----------
Diego Diez
举例----------Examples----------
## Not run: [#无法运行:]
data(codelink.example)
plotDensities(codelink.example)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|