absDiff: Returns a vector of the same size as the input vector. Each...

Description Usage Arguments Value Examples

Description

Returns a vector of the same size as the input vector. Each value of the new vector is the difference between the current and previous value of the input vector.

Usage

1
absDiff(myVector)

Arguments

data

input vector

Value

vector of the same size as the input

Examples

1
absDiff(myVector)

thanasis-com/PDMT documentation built on May 31, 2019, 9:09 a.m.