Learn R Programming

avar (version 0.1.3)

print.imu_avlr: Print imu_avlr object

Description

Displays information about the avlr object

Usage

# S3 method for imu_avlr
print(x, ...)

Value

Text output via print

Arguments

x

A avlr object

...

Other arguments passed to specific methods

Examples

Run this code
# \donttest{
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)
# }

Run the code above in your browser using DataLab