powered by
Places an arrow into a plot. Two additional arrow heads are implemented.
Arrow(x0, y0, x1, y1, col = par("bg"), border = par("fg"), head = 1, cex = 1, lwd = 1, lty = 1)
Nothing returned
coordinates of points from which to draw.
coordinates of points to which to draw. At least one must the supplied.
the color of the line and background color of the arrow head.
color of the arrow head.
type of head, can be one out of 1:3.
extension factor for the arrow head.
line width
line type
Andri Signorell <andri@signorell.net>
arrows
Canvas() Arrow(1, 1, 0, 0)
Run the code above in your browser using DataLab