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 / box < prev    next >
Encoding:
Text File  |  1997-04-23  |  488 b   |  18 lines

  1.     
  2.     _D_r_a_w _a _B_o_x _a_r_o_u_n_d _a _P_l_o_t
  3.     
  4.          box(...)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.              ... : the graphical parameters bty, lty and col can
  9.                    be specified as arguments to this function.
  10.     
  11.     _V_a_l_u_e:
  12.     
  13.          This function is invoked for its side effect which is
  14.          to draws a box around the current plot in the given
  15.          color and linetype.  The bty parameter determines the
  16.          type of box drawn.  See par for details.
  17.     
  18.