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

Group: Operators
See also: | stack

Function: ~
Description: ~ combines arrays columnwise.

Usage: z = x ~ y
Input:
x array
y array
Output:
z array

Example:



matrix(2,3) ~ #(1, 2) ~ #(3, 4)

Result:



Contents of _tmp

[1,]     1   1   1   1   3

[2,]     1   1   1   2   4


Group: Operators
See also: | stack

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

(C) MD*TECH Method and Data Technologies, 21.9.2000