Learn R Programming

DIMORA (version 0.2.0)

make.instantaneous: Function that converts the data

Description

Function that turns cumulative values into instantaneous values. This function may be useful in some cases, since all procedures in this package are built using instantaneous data.

Usage

make.instantaneous(cumulate.data)

Arguments

cumulate.data

Cumulative data

Author

Zanghi Federico federico.zanghi.11@gmail.com

See Also

BASS.standard

BASS.standard.generator

BASS.plot

BASS.generalized

GG.model

UCRCD

Examples

Run this code
#Example 1
cumulate.data = c(1,2,3,6,12)
data.inst = make.instantaneous(cumulate.data)

Run the code above in your browser using DataLab