Description Usage Arguments Examples
Extract sepcific sensor from data
1 | get_specificSensor(data, sensorName)
|
data |
data.frame (required): data.frame from execute_file or execute_TCP. |
sensorName |
character (required): Which sensor should be extracted? Note: Case sensitive |
1 2 3 4 5 6 7 8 9 | ##=====================================
## Example 1: extract sepcific sensor
##=====================================
file <- system.file("extdata", "short_y_impulse.csv", package="HypeRIMU")
data <- execute_file(file, timestamp = TRUE)
MPL_Linear_Acceleration <- get_specificSensor(data, "MPL_Linear_Acceleration")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.