Learn R Programming

RGAP (version 0.1.1)

growth: Growth rate

Description

Computes growth rates for time series.

Usage

growth(ts, k = 1)

Arguments

ts

A time series object.

k

An integer specifying the lag size in the growth computation. The default is k = 1.