approx_derivative {kinematics}R Documentation

Approximate derivative

Description

Approximate derivative

Usage

approx_derivative(t, x)

Arguments

t

Vector of times

x

Vector of values

Value

A vector (of the same size of t) representing the numerical derivative

See Also

speed, accel


[Package kinematics version 1.0.0 Index]