arrows.fill: Draws arrows between pairs of points with filling arrow head.

Description Usage Arguments

View source: R/graphics.R

Description

Draws arrows between pairs of points with filling arrow head.

Usage

1
2
arrows.fill(x0, y0, x1, y1, length = 0.1, length.fixed = F,
  angle = pi/6, ...)

Arguments

x0

coordinates of points from which to draw.

y0

coordinates of points from which to draw.

x1

coordinates of points to which to draw.

y1

coordinates of points to which to draw.

length

length of the edges of the arrow head (ratio towards length of arrow).

length.fixed

if T, argment length indicates abusolutely length (not related to length of arrow).

angle

angle from the shaft of the arrow to the edge of the arrow head.

...

graphical parameters such as the line characteristics.


hosscine/myimg documentation built on May 25, 2019, 6:20 p.m.