solidArrow: solidArrow

Description Usage Arguments Author(s) Examples

View source: R/solidArrow.R

Description

Draw a arrow with solid arrow head

Usage

1
solidArrow(x0, y0, x1, y1, angle = 30, col = "black", ...)

Arguments

x0, x1

function.

angle

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

Author(s)

Charco Hui

Examples

1
2
plot(1)
solidArrow(0, 0, 1, 1)

chrk623/usefulFunc documentation built on Aug. 15, 2019, 4:36 p.m.