cumpct: Cumulative percentage

View source: R/specific_calculations.R

cumpctR Documentation

Cumulative percentage

Description

Cumulative percentage

Usage

cumpct(nums)

Arguments

nums

(Numeric) A vector of numbers that will be used in the order they are provided.

Value

A Numeric vector.

Examples

cumpct(rep(1, 10))

## [1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0


DesiQuintans/desiderata documentation built on April 9, 2023, 5:43 a.m.