create.mirror(xpose4generic)
create.mirror()所属R语言包:xpose4generic
Function to create mirror plots from the generic Xpose plotting
功能从一般的XPOSE策划建立镜像图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes the generic plotting fucntions from Xpose 4 and calls them multiple times with the current arguments to the functions, changing the arguments as needed for mirror plotting.
此函数将的通用绘图fucntions从4 XPOSE和要求他们多次与当前函数的参数,改变参数,如镜子绘制所需要的。
用法----------Usage----------
create.mirror(fun,
arg.list,
mirror,
plotTitle,
fix.y.limits = TRUE,
fix.x.limits = TRUE,
...)
参数----------Arguments----------
参数:fun
The function name that we will call multiple times
我们将调用的函数的名称多次
参数:arg.list
The arguments to that function
该功能的参数
参数:mirror
The type of mirror plots desired (1 or 3 mirror plots can be created)
所需的反射镜的类型图(1或3的反射镜的图也可以被创建)
参数:plotTitle
The title for the plots
图的标题
参数:fix.y.limits
Should we fix all the y axes to be the same?
如果我们解决所有的y轴是一样的吗?
参数:fix.x.limits
Should we fix all the x axes to be the same?
如果我们解决所有的X轴是一样的吗?
参数:...
additional arguments passed to the function.
额外的参数传递给函数。
Details
详细信息----------Details----------
mostly and internal function for Xpose
,为XPOSE大多和内部功能
值----------Value----------
a list of plots, or NULL.
列表中的图,或NULL。
(作者)----------Author(s)----------
Andrew Hooker
参见----------See Also----------
xpose.plot.default, xpose.plot.histogram, xpose.plot.qq, xpose.plot.splom
xpose.plot.default,xpose.plot.histogram,xpose.plot.qq,xpose.plot.splom
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|