Description Usage Arguments Value Examples
Simple function to pair up the elements of two or more equal-length lists. Function works similar to zip in python.
1 |
list1 |
A list. |
... |
More lists of the same length. |
A list of the same length as the original lists. Each element of the list is itself a list, containing two elements: the corresponding element of the first list, and the corresponding element of the second list. The function should will also work with vectors of equal length.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.