parm.vs.parm(xpose4specific)
parm.vs.parm()所属R语言包:xpose4specific
Plot parameters vs other parameters
图参数与其他参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots the parameter values stored in an Xpose data object versus each other in a series of graphs. The mirror functionality is available for this function.
此函数曲线的参数值存储在的一个XPOSE数据对象相对于彼此在一系列图。镜像功能是提供此功能。
用法----------Usage----------
parm.vs.parm(object,
onlyfirst=TRUE,
abline= FALSE,
smooth=TRUE,
type="p",
main="Default",
...)
参数----------Arguments----------
参数:object
An xpose.data object.
对象的xpose.data。
参数:onlyfirst
Logical value indicating whether only the first row per individual is included in the plot.
逻辑值指示是否只有第一行,每个人的图。
参数:abline
Allows for a line of identity.
允许身份一行。
参数:smooth
Logical value indicating whether an x-y smooth should be superimposed. The default is TRUE.
逻辑值,该值指示是否应叠加的xy光滑。默认值是TRUE。
参数:type
The plot type - defaults to points only.
图类型 - 默认只点。
参数:main
The title of the plot. If "Default" then a default title is plotted. Otherwise the value should be a string like "my title" or NULL for no plot title. For "Default" the function xpose.multiple.plot.title is used.
标题的图。如果"Default"然后绘制一个默认的标题。否则,该值应该是一个字符串,如"my title"或NULL“”没有图的标题。对于"Default"的功能xpose.multiple.plot.title的使用。
参数:...
Other arguments passed to xpose.plot.default.
其他参数传递给xpose.plot.default。
Details
详细信息----------Details----------
Each of the parameters in the Xpose data object, as specified in object@Prefs@Xvardef$parms, is plotted against the rest, creating a stack of plots.
在XPOSE数据对象中的每一个的参数,指定在object@Prefs@Xvardef$parms,绘制对其余的,创建一个堆栈图。
A wide array of extra options controlling xyplots are available. See xpose.plot.default and xpose.panel.default for details.
一个广泛的额外的选项来控制xyplots。 xpose.plot.default和xpose.panel.default的详细信息。
值----------Value----------
Returns a stack of xyplots and histograms of parameters against parameters.
一个的一叠xyplots对参数的参数和直方图返回。
(作者)----------Author(s)----------
Andrew Hooker
实例----------Examples----------
## Not run: [#不运行:]
## We expect to find the required NONMEM run and table files for run[#我们希望找到所需的NONMEM运行和表文件运行的]
## 5 in the current working directory[排名第5的当前工作目录]
xpdb <- xpose.data(5)
parm.vs.parm(xpdb)
parm.vs.parm(xpdb,mirror=3)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|