![]() |
VOOZH | about |
arrows() function in R Language is used to create arrows between the points on the graph specified.
Syntax: arrows(x0, y0, x1, y1, length) Parameters: x0: represents x-coordinate of point from which to draw the arrow y0: represents y-coordinate of point from which to draw the arrow x1: represents x-coordinate of point to which the arrow is drawn y1: represents y-coordinate of point to which the arrow is drawn length: represents length of the edge of the arrow head (in inches)Example 1: Output: 👁 Image