Makes a list of length n lists, each length n list containing elements of the n input lists occuring at the same position.
Usage
zipLists(...)
Arguments
...
lists.
Value
A list of length n lists, each length n list containing elements of the n input lists occuring at the same position. This list is as long as the longest element from ....
Details
If any elements of ... are too short, their elements are recycled to the length of the longest, unless any have length zero.