maDefaultPar(marray)
maDefaultPar()所属R语言包:marray
Default graphical parameters for microarray objects
默认的图形芯片对象参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns default graphical parameters for microarray objects. The parameters may be passed as arguments to the functions maBoxplot and maPlot.
此函数返回为默认的图形芯片对象参数。参数可以作为参数传递的功能maBoxplot和maPlot。
用法----------Usage----------
maDefaultPar(m, x, y, z)
参数----------Arguments----------
参数:m
Microarray object of class "marrayRaw" and "marrayNorm".
芯片级"marrayRaw"和"marrayNorm"的对象。
参数:x
Name of accessor method for the abscissa spot statistic, typically a slot name for the microarray object m, such as maA.
存取方法的名称为的横坐标现场统计,芯片对象m如maA的,通常是一个插槽名称。
参数:y
Name of accessor method for the ordinate spot statistic, typically a slot name for the microarray object m, such as maM.
存取方法的名称为坐标点的统计,芯片对象m如maM的,通常是一个插槽名称。
参数:z
Name of accessor method for the spot statistic used to stratify the data, typically a slot name for the microarray layout object (see "marrayLayout") such as maPlate or a method such as maPrintTip.
存取方法的名称,用于分层的数据,典型的芯片布局对象插槽名称(见"marrayLayout")maPlate如maPrintTip方法等。当场统计
值----------Value----------
A list with elements
与元素列表
参数:def.box
default graphical parameters for maBoxplot.
maBoxplot默认的图形参数。
参数:def.plot
default graphical parameters for maPlot.
maPlot默认的图形参数。
参数:def.lines
default graphical parameters for functions such as maLoessLines used in maPlot.
默认的功能,如maLoessLinesmaPlot的图形参数。
参数:def.legend
default graphical parameters for functions such as maLegendLines used in maPlot.
默认的功能,如maLegendLinesmaPlot的图形参数。
参数:def.text
default graphical parameters for functions such as maText used in maPlot.
默认的功能,如maTextmaPlot的图形参数。
作者(S)----------Author(s)----------
Sandrine Dudoit, <a href="http://www.stat.berkeley.edu/~sandrine">http://www.stat.berkeley.edu/~sandrine</a>.
参考文献----------References----------
参见----------See Also----------
maBoxplot, maPlot, maLegendLines, maLoessLines,
maBoxplot,maPlot,maLegendLines,maLoessLines
举例----------Examples----------
# See examples for maPlot.[请参阅maPlot例子。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|