print.imu | R Documentation |
Pretty formatting for gts
, imu
, and lts
objects.
## S3 method for class 'imu'
print(x, obs = 10L, row.names = TRUE, ...)
## S3 method for class 'lts'
print(x, obs = 10L, row.names = TRUE, ...)
## S3 method for class 'gts'
print(x, obs = 10L, row.names = TRUE, ...)
outf(x, obs = 10L, row.names = TRUE)
x |
A |
obs |
A |
row.names |
A |
... |
Further arguments passed to or from other methods. |
A logical
value that indicates whether the object is of that class (TRUE) or not (FALSE).
James Balamuta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.