Learn R Programming

kinematics (version 1.0.0)

append_dynamics: Return a data frame with extra columns with dynamical information

Description

Return a data frame with extra columns with dynamical information

Usage

append_dynamics(data, append.displacement = TRUE)

Arguments

data

A dataframe containing t, x and y

append.displacement

(Optional) Set it to FALSE to not calculate displacements. Useful if the data is going to be resampled

Value

A data frame including instantaneous dynamical variables, such as speed and acceleration

See Also

speed, accel, append_displacement