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: Matrix Manipulation
Topic: Sorting and Counting
See also: comp dot size {} append insert delete names

Function: list
Description: list generates lists from given objects. If an object is temporary the name of the component is el<position>, otherwise the name of the object at this position.

Usage: l = list(x1 {,x2{,...}})
Input:
xi element of the list
Output:
y list

Note:

Example:
x = 1
l = list(x, 4)
l

Result:
Contents of l.x

[1,]        1
Contents of l.el2

[1,]        4



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