print.imu_avlr {avar} | R Documentation |
Print imu_avlr object
Description
Displays information about the avlr object
Usage
## S3 method for class 'imu_avlr'
print(x, ...)
Arguments
x |
A |
... |
Other arguments passed to specific methods |
Value
Text output via print
Examples
data(navchip_av)
navchip_avlr = avlr(navchip_av, wn_gyro = 1:20, rw_gyro = 1:20, wn_acc = 1:20, rw_acc = 1:20)
print(navchip_avlr)
[Package avar version 0.1.3 Index]