Learn R Programming

kinematics (version 1.0.0)

approx_derivative: 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