| Search Locate Previous Next | Contents |
Defines the column titles for a table.
nltTitles 'One' 'Two'
To generate multi-line titles, pass an enclosed vector:
nltTitles 'First' ('One' 'Two')
You can use nltTDepth to define these in a tree structure. Also you may pass a multi-row matrix with repeated elements in the upper rows. These will be merged automatically to create a tree structure.