print.imu {simts} | R Documentation |
Print simts Objects
Description
Pretty formatting for gts
, imu
, and lts
objects.
Usage
## 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)
Arguments
x |
A |
obs |
A |
row.names |
A |
... |
Further arguments passed to or from other methods. |
Value
A logical
value that indicates whether the object is of that class (TRUE) or not (FALSE).
Author(s)
James Balamuta
[Package simts version 0.2.2 Index]