home *** CD-ROM | disk | FTP | other *** search
-
- _D_e_f_a_u_l_t _P_r_i_n_t_i_n_g
-
- print.default(x, digits=NULL, quote=TRUE, na.print="NA",
- print.gap=1)
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- print prints its argument. A non-null value for digits
- specifies the number of significant digits to be
- printed in values. If digits is NULL, the value of
- digits set by options is used. The value of quote
- indicates whether or not strings should be printed with
- surrounding quotes. na.print is a string which is used
- to indicate NA values in printed output. print.gap
- gives the spacing between adjacent columns in printed
- matrices and arrays.
-
- _S_e_e _A_l_s_o:
-
- options.
-
-