panel.dotplot(lattice)
panel.dotplot()所属R语言包:lattice
Default Panel Function for dotplot
为dotplot默认面板功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Default panel function for dotplot.
默认为dotplot面板功能。
用法----------Usage----------
panel.dotplot(x, y, horizontal = TRUE,
pch, col, lty, lwd,
col.line, levels.fos,
groups = NULL,
...,
identifier = "dotplot")
参数----------Arguments----------
参数:x,y
variables to be plotted in the panel. Typically y is the "factor"
在面板上绘制的变量。通常情况下,y是“因素”
参数:horizontal
logical. If FALSE, the plot is "transposed" in the sense that the behaviours of x and y are switched. x is now the "factor". Interpretation of other arguments change accordingly. See documentation of bwplot for a fuller explanation.
逻辑。如果为FALSE,该图“换位”切换x和y的行为意识。 x是现在的“因素”。其他参数的解释发生相应的变化。为更全面的解释,请参阅文件bwplot。
参数:pch, col, lty, lwd, col.line
graphical parameters
图形参数
参数:levels.fos
locations where reference lines will be drawn
将绘制参考线的位置
参数:groups
grouping variable (affects graphical parameters)
分组变量(影响图形参数)
参数:...
extra parameters, passed to panel.xyplot which is responsible for drawing the foreground points (panel.dotplot only draws the background reference lines).
额外的参数,传递给panel.xyplot这是负责制订前景分(panel.dotplot只绘制背景参考线)。
参数:identifier
A character string that is prepended to the names of grobs that are created by this panel function.
一个字符串,前面的名称,由本面板功能创建的grobs。
Details
详情----------Details----------
Creates (possibly grouped) Dotplot of x against y or vice versa
创建(可能分组)Dotplotx对y反之亦然
作者(S)----------Author(s)----------
Deepayan Sarkar <a href="mailtoeepayan.Sarkar@R-project.org">Deepayan.Sarkar@R-project.org</a>
参见----------See Also----------
dotplot
dotplot
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|