List containing one or more vectors.
Note that standard vectors can be replaced with other objects.
However, each object requires a rep method with an each and times argument, and you need to set as.list to true.
gby.last
Logical, if false (default), group by the first set, then the second, and so on.
If true, group by the last set, then the second to last, and so on.
as.list
Logical, if true, return a list, rather than a matrix.
Each element corresponds to one column from the corresponding matrix.
…
Argument list containing one or more standard vectors.
Often, easier way to specify sets, above.