plotMvsA.matrix(aroma.light)
plotMvsA.matrix()所属R语言包:aroma.light
Plot log-ratios vs log-intensities
图log比log强度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot log-ratios vs log-intensities.
图log比log强度。
用法----------Usage----------
参数----------Arguments----------
参数:X
Nx2 matrix with two channels and N observations.
NX2matrix两个通道和N个观测值。
参数:Alab,Mlab
Labels on the x and y axes.
X和Y轴的标签。
参数:Alim,Mlim
Plot range on the A and M axes.
A和M轴的图范围。
参数:aspectRatio
Aspect ratio between Mlim and Alim.
Mlim和Alim之间的宽高比。
参数: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----------
Red channel is assumed to be in column one and green in column two. Log-ratio are calculated taking channel one over channel two.
红色通道被假定为在第二列中的第一列和绿色。数的比例计算通道两个通道之一。
值----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|