create_imu {simts} | R Documentation |
Internal IMU Object Construction
Description
Internal quick build for imu object.
Usage
create_imu(
data,
ngyros,
nacces,
axis,
freq,
unit = NULL,
name = NULL,
stype = NULL
)
Arguments
data |
A |
ngyros |
An |
nacces |
An |
axis |
A |
freq |
An |
unit |
A |
name |
A |
stype |
A |
Value
An imu
object class.
Author(s)
James Balamuta
[Package simts version 0.2.2 Index]