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

  1.     
  2.     _P_l_o_t _A_n_n_o_t_a_t_i_o_n
  3.     
  4.          title(main="", xlab="", ylab="")
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          This function can be used to add labels to a plot.
  9.     
  10.     _E_x_a_m_p_l_e_s:
  11.     
  12.          plot(cars, main="")
  13.          title(main="Stopping Distance versus Speed")
  14.     
  15.