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 / print.default < prev    next >
Encoding:
Text File  |  1997-04-23  |  729 b   |  23 lines

  1.     
  2.     _D_e_f_a_u_l_t _P_r_i_n_t_i_n_g
  3.     
  4.          print.default(x, digits=NULL, quote=TRUE, na.print="NA",
  5.                  print.gap=1)
  6.     
  7.     _D_e_s_c_r_i_p_t_i_o_n:
  8.     
  9.          print prints its argument.  A non-null value for digits
  10.          specifies the number of significant digits to be
  11.          printed in values.  If digits is NULL, the value of
  12.          digits set by options is used.  The value of quote
  13.          indicates whether or not strings should be printed with
  14.          surrounding quotes.  na.print is a string which is used
  15.          to indicate NA values in printed output.  print.gap
  16.          gives the spacing between adjacent columns in printed
  17.          matrices and arrays.
  18.     
  19.     _S_e_e _A_l_s_o:
  20.     
  21.          options.
  22.     
  23.