print.imu_avlr function

Print imu_avlr object

Print imu_avlr object

Displays information about the avlr object

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

Arguments

  • x: A avlr object
  • ...: Other arguments passed to specific methods

Returns

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)
  • Maintainer: Stéphane Guerrier
  • License: AGPL-3
  • Last published: 2023-08-29