print.tf | R Documentation |
Print/format tf
-objects.
## 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,
...
)
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. |
prints out x
and returns it invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.