pairwise: Combine a list into pairwise elements; lists should be of the...

Description Usage Arguments Value

View source: R/lisp.R

Description

Combine a list into pairwise elements; lists should be of the same length. In case of odd numbers of members, the last will be removed.

Usage

1

Arguments

list

the list to be pairwise decomposed

Value

A list of pairwise elements


lisp documentation built on May 1, 2019, 8:46 p.m.

Related to pairwise in lisp...