arrow(grid)
arrow()所属R语言包:grid
Describe arrows to add to a line.
描述箭头添加到线。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces a description of what arrows to add to a line. The result can be passed to a function that draws a line, e.g., grid.lines.
产生什么箭头添加到线的描述。结果可以传递给一个函数,绘制一条线,例如,grid.lines。
用法----------Usage----------
arrow(angle = 30, length = unit(0.25, "inches"),
ends = "last", type = "open")
参数----------Arguments----------
参数:angle
The angle of the arrow head in degrees (smaller numbers produce narrower, pointier arrows). Essentially describes the width of the arrow head.
角度(人数较少的生产窄,pointier的箭头)的箭头。从本质上描述了箭头头部的宽度。
参数:length
A unit specifying the length of the arrow head (from tip to base).
A股指定的箭头头部的长度(小费基地)。
参数:ends
One of "last", "first", or "both", indicating which ends of the line to draw arrow heads.
"last","first"或"both",线绘制箭头头结束。
参数:type
One of "open" or "closed" indicating whether the arrow head should be a closed triangle.
"open"或"closed"指示箭头头部是否应该是一个封闭的三角形。
举例----------Examples----------
arrow()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|