has | R Documentation |
Used to access different properties of the
gts
, imu
, or lts
object.
has(x, type)
## S3 method for class 'imu'
has(x, type)
x |
A |
type |
A |
To access information about imu
properties use:
"accel"
Returns whether accelerometers have been specified
"gyro"
Returns whether accelerometers have been specified
"sensors"
Returns whether there exists both types of sensors
The method will return a single TRUE or FALSE response
has(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.