grid.grill(grid)
grid.grill()所属R语言包:grid
Draw a Grill
绘制烧烤
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function draws a grill within a Grid viewport.
此函数绘制网格视口内的烧烤。
用法----------Usage----------
grid.grill(h = unit(seq(0.25, 0.75, 0.25), "npc"),
v = unit(seq(0.25, 0.75, 0.25), "npc"),
default.units = "npc", gp=gpar(col = "grey"), vp = NULL)
参数----------Arguments----------
参数:h
A numeric vector or unit object indicating the horizontal location of the vertical grill lines.
一个数值向量或单位对象表示的垂直格栅线的水平位置。
参数:v
A numeric vector or unit object indicating the vertical location of the horizontal grill lines.
一个数值向量或单位对象显示的水平格栅线的垂直位置。
参数:default.units
A string indicating the default units to use if h or v are only given as numeric vectors.
一个字符串,指示的默认单位使用,如果h或v只为数字向量。
参数:gp
An object of class gpar, typically the output from a call to the function gpar. This is basically a list of graphical parameter settings.
一个类的对象gpar,通常从调用输出函数gpar。这基本上是一个图形参数设置列表。
参数:vp
A Grid viewport object.
电网视口对象。
值----------Value----------
None.
没有。
作者(S)----------Author(s)----------
Paul Murrell
参见----------See Also----------
Grid, viewport.
电网,viewport。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|