Learn R Programming

eufmdis.adapt (version 0.1.0)

discumulate_data: Inverse of Cumulative Sum

Description

Computes the inverse of the cumsum function

Usage

discumulate_data(value_cum)

Value

A vector of the same length as value_cum

Arguments

value_cum

numeric vector; usually the result of cumulating values.

Author

Ian Kopacka