home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / arrows < prev    next >
Encoding:
Text File  |  1997-04-23  |  836 b   |  23 lines

  1.     
  2.     _A_d_d _A_r_r_o_w_s _t_o _a _P_l_o_t
  3.     
  4.          arrows(x0, y0, x1, y1, length=0.25, angle=30,
  5.                  code=2, col, lty)
  6.     
  7.     _V_a_l_u_e:
  8.     
  9.          This function is invoked for its side effect.  It draws
  10.          an arrow between the point (x0[i], y0[i]) and the point
  11.          (x1[i],y1[i]).  length gives the length of the edges of
  12.          the arrow head (in inches) and angle specifies the
  13.          angle from the shaft of the arrow to the edge of the
  14.          arrow head.  If code=2 an arrowhead is drawn at
  15.          (x0[i],y0[i]) and if code=1 an arrowhead is drawn at
  16.          (x1[i],y1[i]).  If code=3 a head is drawn at both ends
  17.          of the arrow.
  18.     
  19.          The graphical parameters col and lty can be used to
  20.          specify a color an line texture for the line segments
  21.          which make up the arrows (col may be a vector).
  22.     
  23.