ddiff {emu}R Documentation

Differentiation of tracks

Description

Differentiates a list, as returned by track, to the nth order, readjusting the index and ftime values each time.

Usage

   ddiff(dataset, n = 1, smoothing = TRUE)

Arguments

dataset track data object - a list as returned by track
n the order of differentiation
smoothing if TRUE track is smoothed

Author(s)

Jonathan Harrington


[Package emu version 4.0 Index]