value | R Documentation |
Used to access different properties of the
gts
, imu
, or lts
object.
value(x, type)
## S3 method for class 'imu'
value(x, type)
x |
A |
type |
A |
To access information about imu
properties use:
"accel"
Returns the number of accelerometers
"gyro"
Returns the number of gyroscopes
"sensors"
Returns total number of sensors
The method will return a single numeric or string result depending on the slot being accessed.
value(imu)
: Access imu
object properties
James Balamuta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.