slope: Calculate the slope of given n points

Description Usage Arguments Value Author(s) Examples

Description

The function returns the slope of given n points

Usage

1
slope(n, pct = FALSE)

Arguments

n

- input numbers

pct

- If 'n' should be normalized before finding the slope.

Value

returns slope

Author(s)

Siva Sunku

Examples

1
slope(n=c(10,20,30))

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