Pretty formatting for gts
, imu
, and lts
objects.
# S3 method for imu
print(x, obs = 10L, row.names = TRUE, ...)# S3 method for lts
print(x, obs = 10L, row.names = TRUE, ...)
# S3 method for gts
print(x, obs = 10L, row.names = TRUE, ...)
outf(x, obs = 10L, row.names = TRUE)
A gts
, imu
, lts
object.
A integer
the specifies how many from the beginning and end of the data set to show.
A boolean
that indicates whether row names should be displayed or surpressed.
Further arguments passed to or from other methods.
A logical
value that indicates whether the object is of that class (TRUE) or not (FALSE).