seq.sum {nem}R Documentation

Generate sequnce of sums

Description

Generates a vector of values. A $i$-th value is calculated as the $i-1$ value, multiplied by $a$.

Usage

## S3 method for class 'sum'
seq(start, n.out, a)

Arguments

start

The initial value.

n.out

The number of generated values (length of a generated vector).

a

what fraction of the previous value represents the current value.

Value

A vector.

Author(s)

Marjan Cugmas


[Package nem version 0.12.33 Index]