view desc def data   =>   view
desc   view description
data   input data

Def constructs a view from a view description and list of values. The desc input describes the view, see {mdef}. The data values must be specified as a single list with all values in row-wise order.

Example:
view {A B:I C:F} def {a 1 2.0 b 22 3.5 c 333 5}
ABC
0a12.0
1b223.5
2c3335.0