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

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

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

                                        Default panel function for Xpose 4
                                         默认面板功能XPOSE 4

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

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

This is the panel function for Xpose 4. This is not intended to be ised outside the xpose.plot.default function. Most of the arguments take their default values from xpose.data object but this can be overridden by supplying them as argument to xpose.plot.default.
这是面板功能为XPOSE 4。这是不打算到xpose.plot.default函数以外ISED。大多数参数的默认值从xpose.data对象,但可以通过提供给他们作为参数,xpose.plot.default覆盖。


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



xpose.panel.default(x, y,object,
           subscripts,
           groups = object@Prefs@Xvardef$id,
           grp.col = NULL,
           iplot = NULL,
           inclZeroWRES = FALSE,
           onlyfirst = FALSE,
           samp = NULL,
                     
           xvarnam = NULL,
           yvarnam = NULL,
           
           ###############################
           ## Prediction interval settings
           ###############################
           PI      = NULL,
           PI.subset=NULL,
           PI.bin.table=NULL,
           PI.real=NULL,  # can be NULL/TRUE
           PI.mirror=NULL,
           PI.ci = NULL,
           PPI = NULL,
           
           PI.limits= c(0.025, 0.975),#object@Prefs@Graph.prefs$PI.limits,

           PI.arcol = "lightgreen",#object@Prefs@Graph.prefs$PI.arcol,

           PI.up.lty = 2,#object@Prefs@Graph.prefs$PI.up.lty,
           PI.up.type = "l",#object@Prefs@Graph.prefs$PI.up.type,
           PI.up.col = "black",#object@Prefs@Graph.prefs$PI.up.col,
           PI.up.lwd = 2,#object@Prefs@Graph.prefs$PI.up.lwd,
           
           PI.down.lty = 2,#object@Prefs@Graph.prefs$PI.down.lty,
           PI.down.type = "l",#object@Prefs@Graph.prefs$PI.down.type,
           PI.down.col = "black",#object@Prefs@Graph.prefs$PI.down.col,
           PI.down.lwd = 2,#object@Prefs@Graph.prefs$PI.down.lwd,
           
           PI.med.lty = 1,#object@Prefs@Graph.prefs$PI.med.lty,
           PI.med.type = "l",#object@Prefs@Graph.prefs$PI.med.type,
           PI.med.col = "black",#object@Prefs@Graph.prefs$PI.med.col,
           PI.med.lwd = 2,#object@Prefs@Graph.prefs$PI.med.lwd,
                     
           PI.real.up.lty = 2,#object@Prefs@Graph.prefs$PI.real.up.lty,
           PI.real.up.type = "l",#object@Prefs@Graph.prefs$PI.real.up.type,
           PI.real.up.col = "red",#object@Prefs@Graph.prefs$PI.real.up.col,
           PI.real.up.lwd = 2,#object@Prefs@Graph.prefs$PI.real.up.lwd,
           
           PI.real.down.lty = 2,#object@Prefs@Graph.prefs$PI.real.down.lty,
           PI.real.down.type = "l",#object@Prefs@Graph.prefs$PI.real.down.type,
           PI.real.down.col = "red",#object@Prefs@Graph.prefs$PI.real.down.col,
           PI.real.down.lwd = 2,#object@Prefs@Graph.prefs$PI.real.down.lwd,
           
           PI.real.med.lty = 1,#object@Prefs@Graph.prefs$PI.real.med.lty,
           PI.real.med.type = "l",#object@Prefs@Graph.prefs$PI.real.med.type,
           PI.real.med.col = "red",#object@Prefs@Graph.prefs$PI.real.med.col,
           PI.real.med.lwd = 2,#object@Prefs@Graph.prefs$PI.real.med.lwd,

           PI.mirror.up.lty = 2,#object@Prefs@Graph.prefs$PI.mirror.up.lty,
           PI.mirror.up.type = "l",#object@Prefs@Graph.prefs$PI.mirror.up.type,
           PI.mirror.up.col = "darkgreen",#object@Prefs@Graph.prefs$PI.mirror.up.col,
           PI.mirror.up.lwd = 1,#object@Prefs@Graph.prefs$PI.mirror.up.lwd,
           
           PI.mirror.down.lty = 2,#object@Prefs@Graph.prefs$PI.mirror.down.lty,
           PI.mirror.down.type = "l",#object@Prefs@Graph.prefs$PI.mirror.down.type,
           PI.mirror.down.col = "darkgreen",#object@Prefs@Graph.prefs$PI.mirror.down.col,
           PI.mirror.down.lwd = 1,#object@Prefs@Graph.prefs$PI.mirror.down.lwd,
           
           PI.mirror.med.lty = 1,#object@Prefs@Graph.prefs$PI.mirror.med.lty,
           PI.mirror.med.type = "l",#object@Prefs@Graph.prefs$PI.mirror.med.type,
           PI.mirror.med.col = "darkgreen",#object@Prefs@Graph.prefs$PI.mirror.med.col,
           PI.mirror.med.lwd = 1,#object@Prefs@Graph.prefs$PI.mirror.med.lwd,

           PI.ci.up.arcol = "blue",
           PI.ci.up.lty = 3,#object@Prefs@Graph.prefs$PIuplty,
           PI.ci.up.type = "l",#object@Prefs@Graph.prefs$PIuptyp,
           PI.ci.up.col = "darkorange",#object@Prefs@Graph.prefs$PI.up.col,
           PI.ci.up.lwd = 2,#object@Prefs@Graph.prefs$PI.up.lwd,
           
           PI.ci.down.arcol = "blue",
           PI.ci.down.lty = 3,#object@Prefs@Graph.prefs$PIdolty,
           PI.ci.down.type = "l",#object@Prefs@Graph.prefs$PIdotyp,
           PI.ci.down.col = "darkorange",#object@Prefs@Graph.prefs$PI.down.col,
           PI.ci.down.lwd = 2,#object@Prefs@Graph.prefs$PI.down.lwd,
           
           PI.ci.med.arcol = "blue",
           PI.ci.med.lty = 4,#object@Prefs@Graph.prefs$PImelty,
           PI.ci.med.type = "l",#object@Prefs@Graph.prefs$PImetyp,
           PI.ci.med.col = "darkorange",#object@Prefs@Graph.prefs$PI.med.col,
           PI.ci.med.lwd = 2,#object@Prefs@Graph.prefs$PI.med.lwd,

           PI.ci.area.smooth=FALSE,
           ###############################
           ## end of PI settings
           ###############################


           ## Basic plot characteristics
           type = object@Prefs@Graph.prefs$type,
           col  = object@Prefs@Graph.prefs$col,
           pch  = object@Prefs@Graph.prefs$pch,
           cex  = object@Prefs@Graph.prefs$cex,
           lty  = object@Prefs@Graph.prefs$lty,
           lwd  = object@Prefs@Graph.prefs$lwd,
           fill = object@Prefs@Graph.prefs$fill,
           
           ## Text label setting
           ids  = NULL,
           idsmode=object@Prefs@Graph.prefs$idsmode,
           idsext =object@Prefs@Graph.prefs$idsext,
           idscex= object@Prefs@Graph.prefs$idscex,
           idsdir= object@Prefs@Graph.prefs$idsdir,

           ## abline settings
           abline= object@Prefs@Graph.prefs$abline,
           abllwd= object@Prefs@Graph.prefs$abllwd,
           abllty= object@Prefs@Graph.prefs$abllty,
           ablcol= object@Prefs@Graph.prefs$ablcol,

           smooth= object@Prefs@Graph.prefs$smooth,
           smlwd = object@Prefs@Graph.prefs$smlwd,
           smlty = object@Prefs@Graph.prefs$smlty,
           smcol = object@Prefs@Graph.prefs$smcol,
           smspan= object@Prefs@Graph.prefs$smspan,
           smdegr= object@Prefs@Graph.prefs$smdegr,
           smooth.for.groups=NULL,
           
           lmline= object@Prefs@Graph.prefs$lmline,
           lmlwd = object@Prefs@Graph.prefs$lmlwd ,
           lmlty = object@Prefs@Graph.prefs$lmlty ,
           lmcol = object@Prefs@Graph.prefs$lmcol ,

           suline = object@Prefs@Graph.prefs$suline,
           sulwd  = object@Prefs@Graph.prefs$sulwd ,
           sulty  = object@Prefs@Graph.prefs$sulty ,
           sucol  = object@Prefs@Graph.prefs$sucol ,
           suspan = object@Prefs@Graph.prefs$suspan,
           sudegr = object@Prefs@Graph.prefs$sudegr,

           ## Layout parameters
           grid = object@Prefs@Graph.prefs$grid,
           logy = FALSE,
           logx = FALSE,

           ## Force x variables to be continuous
           force.x.continuous = FALSE,
           
           ## Categorcal x-variable
           bwhoriz  = object@Prefs@Graph.prefs$bwhoriz,
           bwratio  = object@Prefs@Graph.prefs$bwratio,
           bwvarwid = object@Prefs@Graph.prefs$bwvarwid,
           bwdotpch = object@Prefs@Graph.prefs$bwdotpch,
           bwdotcol = object@Prefs@Graph.prefs$bwdotcol,
           bwdotcex = object@Prefs@Graph.prefs$bwdotcex,
           bwreccol = object@Prefs@Graph.prefs$bwreccol,
           bwrecfill= object@Prefs@Graph.prefs$bwrecfill,
           bwreclty = object@Prefs@Graph.prefs$bwreclty,
           bwreclwd = object@Prefs@Graph.prefs$bwreclwd,
           bwumbcol = object@Prefs@Graph.prefs$bwumbcol,
           bwumblty = object@Prefs@Graph.prefs$bwumblty,
           bwumblwd = object@Prefs@Graph.prefs$bwumblwd,
           bwoutcol = object@Prefs@Graph.prefs$bwoutcol,
           bwoutcex = object@Prefs@Graph.prefs$bwoutcex,
           bwoutpch = object@Prefs@Graph.prefs$bwoutpch,
           autocorr=FALSE,
           
           ## vline settings
           vline= NULL,#object@Prefs@Graph.prefs$abline,
           vllwd= 3,#object@Prefs@Graph.prefs$abllwd,
           vllty= 2,#object@Prefs@Graph.prefs$abllty,
           vlcol= "grey",#object@Prefs@Graph.prefs$ablcol,
           
           ## hline settings
           hline= NULL,#object@Prefs@Graph.prefs$abline,
           hllwd= 3,#object@Prefs@Graph.prefs$abllwd,
           hllty= 1,#object@Prefs@Graph.prefs$abllty,
           hlcol= "grey",#object@Prefs@Graph.prefs$ablcol,
           ...)




参数----------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。


参数:subscripts
The standard Trellis subscripts argument (see xyplot)  
标准的网格标参数(见xyplot)


参数:groups
Name of the variable used for superpose plots.
用于叠加图的变量的名称。


参数:grp.col
Logical value indicating whether or not to use colour highlighting when groups are specified. NULL means no highlighting, while TRUE will identify group members by colour.
逻辑值,该值指示是否使用组时指定的颜色高亮显示。 NULL表示不突出,而真正将确定小组成员的颜色。


参数:iplot
Is this an indvidual plots matrix? Internal use only.
这是一个单台的图矩阵吗?仅供内部使用。


参数:inclZeroWRES
Logical value indicating whether rows with WRES=0 is included in the plot.
逻辑值,该值指示是否行与WRES = 0的图。


参数:onlyfirst
Logical value indicating whether only the first row per individual is included in teh 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之间的整数。


参数:xvarnam
Character string with the name of the x-variable.  
与变量x时的名称的字符的字符串。


参数:yvarnam
Character string with the name of the y-variable.
的y变量的名称的字符的字符串。


参数:type
1-character string giving the type of plot desired.  The following values are possible, for details, see 'plot': '"p"' for points, '"l"' for lines, '"o"' for overplotted points and lines, '"b"', '"c"') for (empty if '"c"') points joined by lines, '"s"' and '"S"' for stair steps and '"h"' for histogram-like vertical lines.  Finally, '"n"' does not produce any points or lines.
1个字符的字符串,提供所需的类型图。下面的值是可能的,有关详细信息,请参阅“图”:“”P“点”,“L”线,“O”的overplotted的点和线“,”B“” ,“”C“”)(如果“C”)点线的加入,“”和“”S“”阶梯“H”直方图类似的垂直线。最后,“N”,不产生任何点或线。


参数:col
The color for lines and points. Specified as an integer or  a text string. A full list is obtained by the R command  colours(). The default is blue (col=4).
线和点的颜色。指定为一个整数或一个文本字符串。一个完整的列表是通过R命令colours()。默认为蓝色(列= 4)。


参数:pch
The plotting character, or symbol, to use. Specified as an  integer. See R help on points. The default is an open circle.
绘制字符或符号,使用。指定为一个整数。见Rpoints。默认情况下是一个开放的圆。


参数:cex
The amount by which plotting text and symbols should be scaled  relative to the default. 'NULL' and 'NA' are equivalent to '1.0'.
相对于默认的数额为绘制文字和符号进行调整。 NULL和无是等价的1 .0。


参数:lty
The line type. Line types can either be specified as an integer (0=blank, 1=solid, 2=dashed, 3=dotted, 4=dotdash, 5=longdash, 6=twodash) or as one of the character strings '"blank"', '"solid"', '"dashed"', '"dotted"', '"dotdash"', '"longdash"', or '"twodash"', where '"blank"' uses 'invisible lines' (i.e., doesn't draw them).
线类型。线路类型可以被指定为一个整数(0 =空白,1 =固体,2 =虚线,3 =点缀,4 = dotdash,5 = longdash,6 = twodash)或作为一个字符串“空白” ,“固体”,“虚线”,“点”“,”dotdash“,”longdash“,或”twodash“的,其中的”空白“ “用途”看不见的线“(即不画)。


参数:lwd
the width for lines. Specified as an integer. The default is 1.
线的宽度。指定为一个整数。默认值是1。


参数:fill
fill for areas in plot   
在图填写的区域


参数:ids
Logical value specifying whether to label data points.
逻辑值,指明是否将数据点。


参数:idsmode
Determines the way text labels are added to plots. NULL means that only extreme points are labelled. Non-NULL means all data points are labelled. (See link[xpose4generic]{xpose.plot.default})
确定文本标签添加到图。 NULL是指,只有极端点的标记。非NULL是指所有的数据点标记。 (见link[xpose4generic]{xpose.plot.default})


参数:idsext
specifies the extent of the extremes to be used in labelling  points. The default is 0.05 (only the most extreme 5% of points are labelled).
指定的范围中使用的标记点的极端。默认值是0.05(只有最极端的5%的点标记)。


参数:idscex
the amount by which labels should be scaled relative to the  default. 'NULL' and 'NA' are equivalent to '1.0'.
量的标签应扩大相对于默认。 NULL和无是等价的1 .0。


参数:idsdir
a string indicating the directions of the extremes to include in  labelling. Possible values are "up", "down" and "both".
一个字符串,表示极端的方向,包括在标签中。可能的值是“向上”,“向下”和“都”。


参数:abline
Vector of arguments to the panel.abline function. No abline is drawn if NULL.  
矢量的的参数panel.abline功能的。没有abline的画,如果NULL。


参数:abllwd
Line width of any abline.
线宽度任何abline。


参数:abllty
Line type of any abline.
线型任何abline。


参数:ablcol
Line colour of any abline.
线颜色任何abline。


参数:lmline
logical variable specifying whether a linear regression line should be superimposed over an xyplot. NULL ~ FALSE. (y~x)
逻辑变量指明是否应当叠加在一个xyplot的线性回归线的。 NULL~FALSE。 (y~x)


参数:lmlwd
Line width of the lmline.  
线条宽度的lmline。


参数:lmlty
Line type of the lmline.  
线型的lmline。


参数:lmcol
Line colour of the lmline.  
线颜色的lmline。


参数:smooth
A NULL value indicates that no superposed line should be added to the graph. If TRUE then a smooth of the data will be superimposed.
ANULL这个值表示没有叠加线应添加到图形中。如果TRUE然后顺利的数据将被叠加。


参数:smlwd
Line width of the x-y smooth.
的x-y光滑的线宽度。


参数:smlty
Line type of the x-y smooth.
的x-y光滑的线类型。


参数:smcol
Line color of the x-y smooth.
在x-y光滑的线的颜色。


参数:smspan
The smoothness parameter for the x-y smooth. The default is 0.667. An argument  to panel.loess.
的x-y平滑的平滑参数。默认值是0.667。一个参数,panel.loess。


参数:smdegr
The degree of the polynomials to be used for the x-y smooth, up to 2. The default is 1. An argument to panel.loess.
用于在xy光滑,高达2的多项式的程度。默认值是1。一个参数,panel.loess。


参数:smooth.for.groups
Should a smooth for each group be drawn?
如果顺利,每个小组的成员吗?


参数:suline
A NULL value indicates that no superposed line should be added to the graph. If non-NULL then this should be the vector (the same length as y) of data points to be used for the smoothed superposed line.
ANULL这个值表示没有叠加线应添加到图形中。如果非NULL然后这应该是(相同的长度为y)的数据点被用于平滑的重叠线的矢量。


参数:sulwd
Line width of the superposed smooth.
线宽度叠加光滑。


参数:sulty
Line type of the superposed smooth.
重叠的光滑的线类型。


参数:sucol
Line color of the superposed smooth.
重叠的平滑的线条颜色。


参数:suspan
The smoothness parameter. The default is 0.667. An argument  to panel.loess.
平滑参数。默认值是0.667。一个参数,panel.loess。


参数:sudegr
The degree of the polynomials to be used, up to 2. The default is 1. An argument to panel.loess.
多项式的程度被使用,最多2。默认值是1。一个参数,panel.loess。


参数:grid
logical value indicating whether a visual reference grid should be added to the graph. (Could use arguments for line type, color etc).
逻辑值,该值指示是否应该被添加到该图的视觉参考网格。 (可以使用线的类型,颜色等参数)。


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


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


参数:force.x.continuous
Logical value indicating whether x-values should be taken as continuous, even if categorical.
逻辑值,该值指示是否应被视为连续的x值,即使分类。


参数:bwhoriz
logical value indicating whether box and whiskers should be  horizontal or not. The default is FALSE.
逻辑值,该值指示是否应为水平或箱和胡须。默认值是FALSE。


参数:bwratio
Ratio of box height to inter-box space. The default is 1.5. An argument for panel.bwplot.
框的高度的盒间的空间中的比率。缺省值是1.5。一个参数panel.bwplot。


参数:bwvarwid
Logical. If TRUE, widths of boxplots are proportional to the number of points used in creating it. The default is FALSE. An argument  for panel.bwplot.
逻辑。如果是TRUE,盒状图的宽度是用于创建它的点的数量成正比。默认值是FALSE。一个参数panel.bwplot。


参数:bwdotpch
Graphical parameter controlling the dot plotting character in boxplots. 'bwdotpch="|"' is treated specially, by replacing  the dot with a line. The default is 16. An argument for panel.bwplot.
图形参数,控制点的盒状图的绘制字符。 “bwdotpch =”|“经过特殊处理,通过更换点与线。默认值是16。一个参数panel.bwplot。


参数:bwdotcol
Graphical parameter controlling the dot colour in boxplots - an integer or  string. See 'col'. The default is black. An argument for panel.bwplot.
图形参数,控制点的盒状图的颜色 - 一个整数或字符串。请参阅“山坳”。默认为黑色。一个参数panel.bwplot。


参数:bwdotcex
The amount by which plotting text and symbols should be scaled  relative to the default in boxplots. 'NULL' and 'NA' are equivalent to '1.0'. An argument  for panel.bwplot.
通过绘制文字和符号相对应扩大默认情况下,在盒状图。 NULL和无是等价的1 .0。一个参数panel.bwplot。


参数:bwreccol
The colour to use for the box rectangle in boxplots - an integer or string.  The default is blue. See trellis.par.get and "box.rectangle".
要使用的颜色框矩形盒状图 - 一个整数或字符串。默认为蓝色。见trellis.par.get“和”box.rectangle“。


参数:bwrecfill
The colour to use for filling the box rectangle in boxplots - an integer  or string. The default is transparent (none). See trellis.par.get  and "box.rectangle".
使用的颜色填充框矩形盒状图 - 一个整数或字符串。默认情况下是透明的(无)。见trellis.par.get“和”box.rectangle“。


参数:bwreclty
The line type for the box rectangle in boxplots - an integer or string.  The default is solid. See trellis.par.get and "box.rectangle".
线路类型框矩形盒状图 - 一个整数或字符串。默认情况下是固体。见trellis.par.get“和”box.rectangle“。


参数:bwreclwd
The width of the lines for the box rectangle in boxplots - an integer. The  default is 1. See trellis.par.get and "box.rectangle".
框矩形盒形图的线的宽度 - 的整数。默认值是1。见trellis.par.get“和”box.rectangle“。


参数:bwumbcol
The colour to use for the umbrellas in boxplots - an integer or string.  The default is blue. See trellis.par.get and "box.umbrella".
要使用的颜色的雨伞盒状图 - 一个整数或字符串。默认为蓝色。见trellis.par.get“和”box.umbrella“。


参数:bwumblty
The line type for the umbrellas in boxplots - an integer or string. The  default is solid.See trellis.par.get and "box.umbrella".
的雨伞盒状图 - 线路类型为整数或字符串。默认值是solid.Seetrellis.par.get“和”box.umbrella“。


参数:bwumblwd
the width of the lines for the umbrellas in boxplots - an integer. The  default is 1. See trellis.par.get and "box.umbrella".
- 一个整数的雨伞盒状图线的宽度。默认值是1。见trellis.par.get“和”box.umbrella“。


参数:bwoutcol
The colour to use for the outliers in boxplots - an integer or string.  The default is blue. See trellis.par.get and "box.symbol".
使用的颜色的盒状图中的离群值 - 一个整数或字符串。默认为蓝色。见trellis.par.get“和”box.symbol“。


参数:bwoutcex
The amount by which outlier points should be scaled relative  to the default in boxplots. 'NULL' and 'NA' are equivalent to '1.0'. The default is 0.8. See trellis.par.get and "box.symbol".
离群点量应扩大相对于默认情况下,在盒状图。 NULL和无是等价的1 .0。默认值是0.8。见trellis.par.get“和”box.symbol“。


参数:bwoutpch
The plotting character, or symbol, to use for outlier points in boxplots.  Specified as an integer. See R help on 'points'. The default is an open  circle. See trellis.par.get and "box.symbol".
绘制的字符或符号,用于离群点的盒状图。指定为一个整数。见R点。默认情况下是一个开放的圆。见trellis.par.get“和”box.symbol“。


参数: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是指没有预测区间。


参数:PI.subset
The subset to be used for the PI.  
的子集被用于的PI。


参数:PI.bin.table
The table used to create VPC plots.  Has a specific format created by read.npc.vpc.results
使用的表创建VPC图。具有特定的格式创建的read.npc.vpc.results


参数:PI.real
Plot the percentiles of the real data in the various bins. values can be NULL or TRUE.  Note that for a bin with few actual observations the percentiles will be approximate.  For example, the 95th percentile of 4 data points will always be the largest of the 4 data points.
绘制百分各种箱中的真实数据。值可以是NULL或TRUE。需要注意的是一些实际观测的垃圾桶内的百分近似。例如,第95百分位的4个数据点,将始终是最大的4个数据点。


参数:PI.mirror
Plot the percentiles of one simulated data set in each bin. values allowed are NULL, TRUE or AN.INTEGER.VALUE. TRUE takes the first mirror from PI.bin.table and AN.INTEGER.VALUE can be 1, 2, ... n where n is the number of mirror's output in the  PI.bin.table.  Used mainly by xpose.VPC.
绘制百分一个模拟数据集在每个容器。允许值的NULL,TRUE或AN.INTEGER.VALUE。 TRUE的第一个镜像从PI.bin.table和AN.INTEGER.VALUE是1, 2, ... n其中n的PI.bin.table镜的输出的数量。主要用于xpose.VPC。


参数:PI.ci
Plot the prediction interval of the simulated data's percentiles for each bin. Values can be "both", "area" or "lines" This can be thought of as a prediction interval about the PI.real or a confidence interval about the PI. However, note that with increasing number of simulations the CI will not go towards zero because the interval is also dependent on the size of the data set.
绘制的模拟数据的百分位的预测区间为每个垃圾桶。值可以是"both", "area" or "lines"这可以被认为是作为预测区间关于PI.real或置信区间的PI的。但是,请注意,随着越来越多的模拟的CI不会向零,因为时间间隔也是依赖于数据集的大小。


参数:PPI
The plot prediction interval. Has a specific format that must be followed.  See setup.PPI.
图的预测区间。具有特定的格式所必须遵循的。见setup.PPI。


参数:PI.limits
A vector of two values that describe the limits of the prediction interval that should be displayed.  For example c(0.025, 0.975).  These limits should be found in the "PI.bin.table" table. These limits are also used as the percentages for the PI.real, PI.mirror and PI.ci.  However, the confidence interval in PI.ci is always the one defined in the PI.bin.table.
两个值的描述应该被显示的预测区间的限制的向量。例如c(0.025, 0.975)。这些限制应在PI.bin.table表。这些限制也可用于的百分比PI.real, PI.mirror和PI.ci。但是,在PI.ci的置信区间是永远一个定义在PI.bin.table。


参数:PI.arcol
The color of the PI area
PI区域的颜色


参数:PI.up.lty
The upper line type. can be "dotted" or "dashed", etc.
的上部的线类型。可以是“点”或“虚线”,等等。


参数:PI.up.type
The upper type used for plotting.  Defaults to a line.
用于绘制上面的类型。默认一条线。


参数:PI.up.col
The upper line color
上线的颜色


参数:PI.up.lwd
The upper line width
的上部的线宽度


参数:PI.down.lty
The lower line type. can be "dotted" or "dashed", etc.
较低的线类型。可以是“点”或“虚线”,等等。


参数:PI.down.type
The lower type used for plotting.  Defaults to a line.
用于绘制较低的类型。默认一条线。


参数:PI.down.col
The lower line color
低线的颜色


参数:PI.down.lwd
The lower line width
较低的线宽度


参数:PI.med.lty
The median line type. can be "dotted" or "dashed", etc.
中线类型。可以是“点”或“虚线”,等等。


参数:PI.med.type
The median type used for plotting.  Defaults to a line.
用于绘制的中位数类型。默认一条线。


参数:PI.med.col
The median line color
中线的颜色


参数:PI.med.lwd
The median line width
的中位线的宽度


参数:PI.ci.up.arcol
The color of the upper PI.ci.
上部PI.ci的颜色。


参数:PI.ci.med.arcol
The color of the median PI.ci.
的颜色中位数的PI.ci。


参数:PI.ci.down.arcol
The color of the lower PI.ci.
的颜色的下PI.ci。


参数:PI.ci.up.lty
The upper line type. can be "dotted" or "dashed", etc.
的上部的线类型。可以是“点”或“虚线”,等等。


参数:PI.ci.up.type
The upper type used for plotting.  Defaults to a line.
用于绘制上面的类型。默认一条线。


参数:PI.ci.up.col
The upper line color
上线的颜色


参数:PI.ci.up.lwd
The upper line width
的上部的线宽度


参数:PI.ci.down.lty
The lower line type. can be "dotted" or "dashed", etc.
较低的线类型。可以是“点”或“虚线”,等等。


参数:PI.ci.down.type
The lower type used for plotting.  Defaults to a line.
用于绘制较低的类型。默认一条线。


参数:PI.ci.down.col
The lower line color
低线的颜色


参数:PI.ci.down.lwd
The lower line width
较低的线宽度


参数:PI.ci.med.lty
The median line type. can be "dotted" or "dashed", etc.
中线类型。可以是“点”或“虚线”,等等。


参数:PI.ci.med.type
The median type used for plotting.  Defaults to a line.
用于绘制的中位数类型。默认一条线。


参数:PI.ci.med.col
The median line color
中线的颜色


参数:PI.ci.med.lwd
The median line width
的中位线的宽度


参数:PI.real.up.lty
The upper line type. can be "dotted" or "dashed", etc.
的上部的线类型。可以是“点”或“虚线”,等等。


参数:PI.real.up.type
The upper type used for plotting.  Defaults to a line.
用于绘制上面的类型。默认一条线。


参数:PI.real.up.col
The upper line color
上线的颜色


参数:PI.real.up.lwd
The upper line width
的上部的线宽度


参数:PI.real.down.lty
The lower line type. can be "dotted" or "dashed", etc.
较低的线类型。可以是“点”或“虚线”,等等。


参数:PI.real.down.type
The lower type used for plotting.  Defaults to a line.
用于绘制较低的类型。默认一条线。


参数:PI.real.down.col
The lower line color
低线的颜色


参数:PI.real.down.lwd
The lower line width
较低的线宽度


参数:PI.real.med.lty
The median line type. can be "dotted" or "dashed", etc.
中线类型。可以是“点”或“虚线”,等等。


参数:PI.real.med.type
The median type used for plotting.  Defaults to a line.
用于绘制的中位数类型。默认一条线。


参数:PI.real.med.col
The median line color
中线的颜色


参数:PI.real.med.lwd
The median line width
的中位线的宽度


参数:PI.mirror.up.lty
The upper line type. can be "dotted" or "dashed", etc.
的上部的线类型。可以是“点”或“虚线”,等等。


参数:PI.mirror.up.type
The upper type used for plotting.  Defaults to a line.
用于绘制上面的类型。默认一条线。


参数:PI.mirror.up.col
The upper line color
上线的颜色


参数:PI.mirror.up.lwd
The upper line width
的上部的线宽度


参数:PI.mirror.down.lty
The lower line type. can be "dotted" or "dashed", etc.
较低的线类型。可以是“点”或“虚线”,等等。


参数:PI.mirror.down.type
The lower type used for plotting.  Defaults to a line.
用于绘制较低的类型。默认一条线。


参数:PI.mirror.down.col
The lower line color
低线的颜色


参数:PI.mirror.down.lwd
The lower line width
较低的线宽度


参数:PI.mirror.med.lty
The median line type. can be "dotted" or "dashed", etc.
中线类型。可以是“点”或“虚线”,等等。


参数:PI.mirror.med.type
The median type used for plotting.  Defaults to a line.
用于绘制的中位数类型。默认一条线。


参数:PI.mirror.med.col
The median line color
中线的颜色


参数:PI.mirror.med.lwd
The median line width
的中位线的宽度


参数:PI.ci.area.smooth
Should the "area" for PI.ci be smoothed to match the "lines" argument? Allowed values are TRUE/FALSE. The "area" is set by default to show the bins used in the PI.ci computation.  By smoothing, information is lost and, in general, the confidence intervals will be smaller than they are in reality.
如果“区域”为PI.ci进行平滑,以配合“行”的说法吗?允许值是TRUE/FALSE。 “区域”是默认设置箱PI.ci计算中使用的。平滑,信息丢失,并在一般情况下,将置信区间小于它们是在现实中。


参数:autocorr
Is this an autocorrelation plot?  Values can be TRUE/FALSE.
这是自相关图吗?值可以是TRUE/FALSE。


参数:vline
Add a vertical line to the plot at the values specified.
添加一条垂直线的图在指定的值。


参数:vllwd
Width (lwd) of vertical line
宽度(LWD)的垂直线


参数:vllty
Line type (lty) for vertical line
线垂直线的类型(LTY)


参数:vlcol
Color (col) of vertical line
垂直线的颜色(COL)


参数:hline
Add a horizontal line to the plot at the values specified.
添加一个水平线上的图在指定的值。


参数:hllwd
Width (lwd) of horizontal line
宽度(LWD)的水平线


参数:hllty
Line type (lty) for horizontal line
水平线线类型(LTY)


参数:hlcol
Color (col) of horizontal line
水平线的颜色(COL)


参数:...
Other arguments that may be needed in the function.  
可能需要的其它参数,在函数中。


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


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



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

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

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 06:39 , Processed in 0.038382 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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