Learn R Programming

impactr (version 0.4.2)

use_resultant: Use resultant vector

Description

Computes the acceleration resultant vector.

Usage

use_resultant(data)

Value

An object of class impactr_data with the acc_R column containing the acceleration resultant vector.

Arguments

data

An impactr_data object, as obtained with

Examples

Run this code
data <- read_acc(impactr_example("hip-raw.csv"))
use_resultant(data)

Run the code above in your browser using DataLab