| 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 | |
x = 1 l = list (x, 4) l
Contents of l.x [1,] 1 Contents of l.el2 [1,] 4
| Group: | Matrix Manipulation |
| Topic: | Sorting and Counting |
| See also: | comp dot size {} append insert delete names |