Library: | xplore |
See also: | : mseq |
Quantlet: | aseq | |
Description: | Computes an additive sequence. |
Usage: | y = aseq (x, n, d) | |
Input: | ||
x | start value | |
n | length | |
d | step width | |
Output: | ||
y | vector |
library("xplore") aseq (2, 4, 0.1)
Contents of y [1,] 2 [2,] 2.1 [3,] 2.2 [4,] 2.3
Library: | xplore |
See also: | : mseq |