Print/format tf
-objects.
Arguments
- x
any R object (conceptually); typically numeric.
- n
how many elements of
x
to print out- ...
further arguments passed to or from other methods.
- digits
a positive integer indicating how many significant digits are to be used for numeric and complex
x
. The default,NULL
, usesgetOption("digits")
. This is a suggestion: enough decimal places will be used so that the smallest (in magnitude) number has this many significant digits, and also to satisfynsmall
. (For more, notably the interpretation for complex numbers seesignif
.)- nsmall
the minimum number of digits to the right of the decimal point in formatting real/complex numbers in non-scientific formats. Allowed values are
0 <= nsmall <= 20
.- width
default
method: the minimum field width orNULL
or0
for no restriction.AsIs
method: the maximum field width for non-character objects.NULL
corresponds to the default12
.- prefix
used internally.