找回密码
 注册
查看: 946|回复: 0

R语言 xpose4generic包 xpose.plot.bw()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-2 07:15:47 | 显示全部楼层 |阅读模式
xpose.plot.bw(xpose4generic)
xpose.plot.bw()所属R语言包:xpose4generic

                                        The generic Xpose functions for box-and-whisker plots
                                         箱须图的的通用XPOSE功能

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This is a wrapper function for the lattice bwplot function.
这是一个包装函数的晶格bwplot函数。


用法----------Usage----------


xpose.plot.bw(x,y,object,
           inclZeroWRES = FALSE,
           onlyfirst    = FALSE,
           samp         = NULL,
           panel        = xpose.panel.bw,
           groups       = NULL,
           ids          = FALSE,
           logy         = FALSE,
           logx         = FALSE,
           aspect       = object@Prefs@Graph.prefs$aspect,
           funy          = NULL,
           funx         = NULL,

           ## Prediction interval settings
           PI           = FALSE,
           
           ## Conditioning settings
           by =  object@Prefs@Graph.prefs$condvar,
           force.by.factor = FALSE,
           ordby     = object@Prefs@Graph.prefs$ordby,
           byordfun  = object@Prefs@Graph.prefs$byordfun,
           shingnum  = object@Prefs@Graph.prefs$shingnum,
           shingol   = object@Prefs@Graph.prefs$shingol,
           strip = function(...)
           strip.default(...,strip.names=c(TRUE,TRUE)),

           ## Subset stuff
           subset       = xsubset(object),

           ## Axes and titles
           main         = xpose.create.title(x,y,object,subset,funx,funy,...),
           xlb          = xpose.create.label(x,object,funx,logx,...),
           ylb          = xpose.create.label(y,object,funy,logy,...),
           scales       = list(),

           ## Superpose smooth
           suline       = object@Prefs@Graph.prefs$suline,

           ## bins
           binvar       = NULL,
           bins         = 10,

           ## mirror stuff
           mirror       = FALSE,
           max.plots.per.page=4,
           mirror.aspect="fill",
           pass.plot.list=FALSE,
           x.cex=NULL,
           y.cex=NULL,
           main.cex=NULL,
           mirror.internal=list(strip.missing=missing(strip)),
           ...)




参数----------Arguments----------

参数:x
Name(s) of the x-variable.
变量x时的名称(s)的。


参数:y
Name(s) of the y-variable.  
(s)的y轴变量名称。


参数:object
An xpose.data object.  
对象的xpose.data。


参数:inclZeroWRES
A logical value indicating whether rows with WRES=0 should be plotted.
一个逻辑值,该值指示是否应绘制行WRES = 0。


参数:onlyfirst
A logical value indicating whether only the first row per individual should be included in the plot.  
一个逻辑值,指示是否只有第一行,每个人应包括的图。


参数:samp
An integer between 1 and object@Nsim (seexpose.data-class) specifying which of the simulated data sets to extract from SData.
1和对象NSIM(见xpose.data-class)指定的模拟数据集提取SDATA之间的整数。


参数:panel
The name of the panel function to use. This should in most cases be left as xpose.panel.bw.
面板功能使用的名称。这在大多数情况下,应该将其保留为xpose.panel.bw。


参数:groups
A string with the name of any grouping variable (used as the groups argument to panel.xyplot.
一个字符串与任何分组变量的名称(作为组参数来panel.xyplot。


参数:ids
A logical value indicating whether text labels should be used as plotting symbols (the variable used for these symbols indicated by the idlab Xpose data variable).
一个逻辑值,文本标签是否应该被用作绘制符号,(用于这些符号的变量表示的idlab的XPOSE数据变量)。


参数:logy
Logical value indicating whether the y-axis should be logarithmic.
逻辑值,该值指示是否y轴的应该是对数。


参数:logx
Logical value indicating whether the x-axis should be logarithmic.
逻辑值,该值指示是否应该是对数的x轴。


参数:aspect
The aspect ratio of the display (see bwplot).
显示屏的纵横比(见bwplot)。


参数:funy
String with the name of a function to apply to the y-variable before plotting, e.g. "abs".  
打印之前申请的y变量的函数的名称的字符串,例如“ABS”。


参数:funx
String with the name of a function to apply to the x-variable before plotting, e.g. "abs".  
字符串与一个函数的名称适用于x变量绘制之前,如“ABS”。


参数:PI
Either "lines", "area" or "both" specifying whether prediction intervals (as lines, as a shaded area or both)  should be computed from the data in SData and added to the display. NULL means no prediction interval.
无论是“线”,“区域”或“两者”指定预测的时间间隔(如线条,作为阴影区域或两者)是否应在SData从数据计算的,并添加到显示。 NULL是指没有预测区间。


参数:by
A string or a vector of strings with the name(s) of the conditioning variables.
一个字符串或一个字符串矢量的调节变量的名称(S)。


参数:force.by.factor
Logical value. If TRUE, and by is not NULL, the variable specified by by is taken as categorical.
逻辑值。如果是TRUE,和by非NULL,by指定的变量作为分类。


参数:ordby
A string with the name of a variable to be used to reorder any factor conditioning variables (by). The variable is used in a call to the reorder function.  
一个字符串,其中可用于任何因素的调节变量(by)重新排序的变量的名称。变量用于在调用reorder功能。


参数:byordfun
The name of the function to be used when reordering a factor conditioning variable (see argument ordby).
要使用该功能的名称时重新排序的一个因素调节变量(参见参数ordby)。


参数:shingnum
The number of shingles ("parts") a continuous conditioning variable should be divided into.
带状疱疹(“份”)连续调节变量应分为。


参数:shingol
The amount of overlap between adjacent shingles (see argument shingnum)  
相邻带状疱疹之间的重叠量(见参数shingnum)


参数:strip
The name of the function to be used as the strip argument to the bwplot.
要使用的函数名称作为带状参数bwplot。


参数:main
A string giving the plot title or NULL if none.
图标题或NULL,如果没有一个字符串,给出。


参数:xlb
A string giving the label for the x-axis. NULL if none.
一个字符串,给人的x-轴的标签。 NULL,如果没有。


参数:ylb
A string giving the label for the y-axis. NULL if none.
一个字符串,给出y轴的标签。 NULL,如果没有。


参数:subset
A string giving the subset expression to be applied to the data before plotting. See xsubset.
被应用到的数据,然后绘制一个字符串,给出的子集表达。见xsubset。


参数:scales
A list to be used for the scales argument in bwplot.
用于scalesbwplot参数列表。


参数:suline
A string giving the variable to be used to construct a smooth to superpose on the display. NULL if none. This argument is used if you want to add a superpose line of a variable not present in the y list of variables.
给变量顺利叠加在显示屏上被用来构造一个字符串。 NULL,如果没有。这个论点是,如果你要添加一个y的变量列表中不存在的变量的叠加线。


参数:binvar
Variable to be used for binning.
变量用于分级。


参数:bins
The number of bins to be used. The default is 10.
箱的数目被使用。默认值是10。


参数:mirror
Should we create mirror plots from simulation data? Value can be FALSE, TRUE or 1 for one mirror plot, or 3 for three mirror plots.
我们应该建立镜像图,从仿真数据?值可以是FALSE,TRUE或1的一面镜子图的,或3为三镜图。


参数:max.plots.per.page
The maximum number of plots per page that can be created with the mirror plots.
可以创建的镜像图图每页的最大数量。


参数:mirror.aspect
The aspect ratio of the plots used for mirror functionality.
用于镜像功能的图的纵横比。


参数:pass.plot.list
Should we pass the list of plots created with mirror or should we print them directly.  Values can be TRUE/FALSE.
我们应该通过建立的镜子,还是应该直接打印出来的图列表。值可以是TRUE/FALSE。


参数:x.cex
The size of the x-axis label.
的x-轴的标签的大小。


参数:y.cex
The size of the y-axis label.
y轴的标签的大小。


参数:main.cex
The size of the title.
标题的大小。


参数:mirror.internal
an internal mirror argument used in create.mirror.  Checks if the strip argument from bwplot has been used.
内视镜使用的参数create.mirror。检查如果stripbwplot参数已使用。


参数:...
Other arguments passed to xpose.panel.bw.
其他参数传递给xpose.panel.bw。


(作者)----------Author(s)----------


E. Niclas Jonsson, Mats Karlsson, Andrew Hooker & Justin Wilkins



参见----------See Also----------

xpose.data-class, Cross-references above.
xpose.data-class,交叉引用以上。


实例----------Examples----------


## Not run: [#不运行:]
## xpdb5 is an Xpose data object[#xpdb5是一个XPOSE的数据对象]
## We expect to find the required NONMEM run and table files for run[#我们希望找到所需的NONMEM运行和表文件运行的]
## 5 in the current working directory[排名第5的当前工作目录]
xpdb5 <- xpose.data(5)

## Box &amp; whisker plot of WRES vs PRED[#箱形图的WRES与PRED]
xpose.plot.bw("WRES", "PRED", xpdb5, binvar="PRED")

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 04:49 , Processed in 0.020381 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表