velocity: Calculates the velocity & acceleration in a given n points.

Description Usage Arguments Value Author(s) Examples

Description

The function returns the slope of given n points

Usage

1
velocity(n, pct = FALSE)

Arguments

n

- input numbers

pct

- If 'n' should be normalized(to 100s) before finding the slope.

Value

returns velocity & acceleration

Author(s)

Siva Sunku

Examples

1
velocity(n,pct = TRUE)

sivasunku/dataNindicators documentation built on May 15, 2019, 4:17 p.m.