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-M / help / base / function < prev    next >
Encoding:
Text File  |  1997-04-23  |  280 b   |  13 lines

  1.     
  2.     _F_u_n_c_t_i_o_n _D_e_f_i_n_i_t_i_o_n
  3.     
  4.          function(arglist ) expr
  5.          invisible(value)
  6.          return(value)
  7.     
  8.     _D_e_s_c_r_i_p_t_i_o_n:
  9.     
  10.          These functions provide the base mechanisms for defin-
  11.          ing new functions in the R language.
  12.     
  13.