[ top | up ]
Default Printing
Syntax
print.default(x, digits=NULL, quote=TRUE, na.print="NA",
print.gap=1)
Description
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.
See Also
options
.