print.tf {tf} | R Documentation |
Pretty printing and formatting for functional data
Description
Print/format tf
-objects.
Usage
## S3 method for class 'tf'
print(x, n = 5, ...)
## S3 method for class 'tfd_reg'
print(x, n = 5, ...)
## S3 method for class 'tfd_irreg'
print(x, n = 5, ...)
## S3 method for class 'tfb'
print(x, n = 5, ...)
## S3 method for class 'tf'
format(
x,
digits = 2,
nsmall = 0,
width = options()$width,
n = 5,
prefix = TRUE,
...
)
Arguments
x |
any R object (conceptually); typically numeric. |
n |
how many elements of |
... |
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 |
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 |
width |
|
prefix |
used internally. |
Value
prints out x
and returns it invisibly