maDotsDefaults(marray)
maDotsDefaults()所属R语言包:marray
Replace graphical default parameters by user supplied parameters
由用户提供的参数替换图形的默认参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function may be used to compare default graphical parameters for microarray diagnostic plots to user supplied parameters given in .... User supplied parameters overwrite the defaults. It is used in maBoxplot, maPlot, and maImage.
可以使用此功能,为用户提供的参数给...芯片诊断图比较默认的图形参数。用户提供的参数覆盖默认值。它是用来在maBoxplot,maPlot,maImage。
用法----------Usage----------
maDotsDefaults(dots, defaults)
参数----------Arguments----------
参数:dots
List of user supplied parameters, e.g. from list(...).
用户提供的参数,如列表list(...)。
参数:defaults
List of default parameters, e.g. from the function maDefaultPar.
默认的参数,如名单从功能maDefaultPar。
值----------Value----------
参数:args
List of graphical parameters.
图形参数列表。
作者(S)----------Author(s)----------
Sandrine Dudoit, <a href="http://www.stat.berkeley.edu/~sandrine">http://www.stat.berkeley.edu/~sandrine</a>.
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
dots<-list(xlab="X1", ylab="Y1")
defaults<-list(xlab="X1", ylab="Y2", col=2)
pars<-maDotsDefaults(dots, defaults)
do.call("plot",c(list(x=1:10), pars))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|