Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: xplore
See also: : mseq

Macro: aseq
Description: Computes an additive sequence.

Usage: y = aseq (x, n, d)
Input:
x start value
n length
d step width
Output:
y vector

Example:
library("xplore")
aseq (2, 4, 0.1)
Result:

Contents of y
[1,]     2 
[2,]   2.1 
[3,]   2.2 
[4,]   2.3 

Library: xplore
See also: : mseq

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: TTK, 960207
(C) MD*TECH Method and Data Technologies, 28.6.1999