p.arrows(sfsmisc)
p.arrows()所属R语言包:sfsmisc
Prettified Arrows Plots
美化箭头图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Draws arrows, like the arrows function, but with “nice” filled arrow heads.
绘制箭头,像arrows函数,但与“好”充满箭头头。
用法----------Usage----------
p.arrows(x1, y1, x2, y2, size = 1, width, fill = 2, ...)
参数----------Arguments----------
参数:x1, y1
coordinates of points from which to draw.
,从中可以得出点的坐标。
参数:x2, y2
coordinates of points to which to draw.
点,其中绘制的坐标。
参数:size
symbol size as a fraction of a character height; default 1.
的一小部分字符高度符号的大小,默认为1。
参数:width
width of the arrow head; defaults to .... </table>
箭头头部的宽度,默认为.... </ TABLE>
参数:fill
color for filling the arrow head.
颜色填充的箭头。
参数:...
further arguments passed to segments().
进一步的参数传递给segments()。
(作者)----------Author(s)----------
Andreas Ruckstuhl, 19 May 1994; (cosmetic by MM).
参见----------See Also----------
arrows.
arrows。
实例----------Examples----------
example(arrows, echo = FALSE) #-> x, y, s[ - >的x,y,S]
plot(x,y, main="p.arrows(.)")
p.arrows(x[s], y[s], x[s+1], y[s+1], col= 1:3, fill = "dark blue")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|