plotMvsAPairs.matrix(aroma.light)
plotMvsAPairs.matrix()所属R语言包:aroma.light
Plot log-ratios/log-intensities for all unique pairs of data vectors
唯一对所有数据向量图log-ratios/log-intensities
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot log-ratios/log-intensities for all unique pairs of data vectors.
图log-ratios/log-intensities为唯一对所有数据向量。
用法----------Usage----------
参数----------Arguments----------
参数:X
NxK matrix where N is the number of observations and K is the number of channels.
NxKmatrix其中N是一些意见和K是通道数。
参数:Alab,Mlab
Labels on the x and y axes.
X和Y轴的标签。
参数:Alim,Mlim
Plot range on the A and M axes.
A和M轴的图范围。
参数:pch
Plot symbol used.
图的象征。
参数:...
Additional arguments accepted by points.
points接受额外的参数。
参数:add
If TRUE, data points are plotted in the current plot, otherwise a new plot is created.
如果TRUE,数据点绘制在当前的图,否则创建一个新的图。
Details
详情----------Details----------
Log-ratios and log-intensities are calculated for each neighboring pair of channels (columns) and plotted. Thus, in total there will be K-1 data set plotted.
log和log的强度比邻国对每个通道(列)计算和绘制。因此,总共会有的K-1数据集策划。
The colors used for the plotted pairs are 1, 2, and so on. To change the colors, use a different color palette.
绘制对所使用的颜色是1,2,依此类推。要改变颜色,使用不同的调色板。
值----------Value----------
Returns nothing.
返回Nothing。
作者(S)----------Author(s)----------
Henrik Bengtsson (<a href="http://www.braju.com/R/">http://www.braju.com/R/</a>)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|