Learn R Programming

molnet (version 0.1.0)

chunk_2gether: Create chunks from two vectors for parallel computing

Description

(INTERNAL)

Usage

chunk_2gether(x, y, n)

Arguments

x, y

vectors

n

length of chunks

Value

A list of lists. Each second level list contains a list of chunks of length n of each input vector.