Description Usage Arguments Value See Also Examples
The zipup
and zipdown
functions convert between two
parallel vectors and a list of doublets (elements of length 2). The
metaphor, borrowed from Python's zip
, is that of a zipper. The
zipup
function interleaves the elements of the parallel vectors
into a list of doublets. The inverse operation is zipdown
,
which returns a Pairs
object.
1 2 |
x,y |
For |
... |
Arguments passed to methods. |
For zipup
, a list-like object, where every element is of length 2.
For zipdown
, a Pairs
object.
Pairs objects.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.