print.imu_avlr: Print imu_avlr object

View source: R/avlr.R

print.imu_avlrR Documentation

Print imu_avlr object

Description

Displays information about the avlr object

Usage

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

Arguments

x

A avlr object

...

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)


avar documentation built on Aug. 29, 2023, 5:09 p.m.