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 / points < prev    next >
Encoding:
Text File  |  1997-04-23  |  364 b   |  15 lines

  1.     
  2.     _A_d_d _P_o_i_n_t_s _t_o _a _P_l_o_t
  3.     
  4.          points(x, y, pch="o", ...)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          points draws a sequence of points at the specified
  9.          coordinates.  The specified character(s) are plotted,
  10.          centred at the coordinates.
  11.     
  12.          Graphical parameters are permitted as arguments to this
  13.          function.
  14.     
  15.