value: Obtain the value of an object's properties

Description Usage Arguments Details Value Methods (by class) Author(s)

View source: R/utilities.R

Description

Used to access different properties of the gts, imu, or lts object.

Usage

1
2
3
4
value(x, type)

## S3 method for class 'imu'
value(x, type)

Arguments

x

A gts, imu, or lts object.

type

A string indicating the field to be retrieved.

Details

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

Value

The method will return a single numeric or string result depending on the slot being accessed.

Methods (by class)

Author(s)

JJB


SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.