print_data: Print GMWM Data Object

print.imuR Documentation

Print GMWM Data Object

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 gts, imu, lts object.

obs

A integer the specifies how many from the beginning and end of the data set to show.

row.names

A boolean that indicates whether row names should be displayed or surpressed.

...

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)

JJB


schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.