grid_barplot(vcd)
grid_barplot()所属R语言包:vcd
Barplot
Barplot
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Bar plots of 1-way tables in grid.
条形的1路表在网格中的图。
用法----------Usage----------
grid_barplot(height, width = 0.8, offset = 0,
names = NULL, xlim = NULL, ylim = NULL, xlab = "", ylab = "", main = "",
gp = gpar(fill = "lightgray"), name = "grid_barplot",
newpage = TRUE, pop = FALSE)
参数----------Arguments----------
参数:height
either a vector or a 1-way table of frequencies.
向量或1路的频率表。
参数:width
width of the bars (recycled if needed to the number of bars).
的条形的宽度(如果需要的条的数量再循环)。
参数:offset
offset of the bars (recycled if needed to the number of bars).
杆(如果需要的条的数量再循环)抵消。
参数:names
a vector of names for the bars, if set to NULL the names of height are used.
的向量条形的名称,如果设置为NULL的名称height。
参数:xlim
limits for the x axis.
x轴的限制。
参数:ylim
limits for the y axis.
y轴的限制。
参数:xlab
a label for the x axis.
为x轴的标签。
参数:ylab
a label for the y axis.
为y轴的标签。
参数:main
a title for the plot.
一个标题为图。
参数:gp
a "gpar" object controlling the grid graphical parameters of the rectangles.
一个"gpar"对象的矩形网格图形参数控制。
参数:name
name of the plotting viewport.
绘制视口的名称。
参数:newpage
logical. Should grid.newpage be called before plotting?
逻辑。 grid.newpage被称为打印之前?
参数:pop
logical. Should the viewport created be popped?
逻辑。如果视口创建弹出?
Details
详细信息----------Details----------
grid_barplot mimics (some of) the features of barplot, but currently it only supports 1-way tables.
grid_barplot的模仿(一些)barplot,但目前只支持1路表的功能。
(作者)----------Author(s)----------
Achim Zeileis <a href="mailto:Achim.Zeileis@R-project.org">Achim.Zeileis@R-project.org</a>
实例----------Examples----------
grid_barplot(sample(1:6), names = letters[1:6])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|