has {simts} | R Documentation |
Obtain the value of an object's properties
Description
Used to access different properties of the
gts
, imu
, or lts
object.
Usage
has(x, type)
## S3 method for class 'imu'
has(x, type)
Arguments
x |
A |
type |
A |
Details
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
Value
The method will return a single TRUE or FALSE response
Methods (by class)
-
has(imu)
: Accessimu
object properties
Author(s)
James Balamuta
[Package simts version 0.2.2 Index]