splitVec: Tools to distribute objects across nodes or by length.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Tools to distribute objects across nodes or by length.

Usage

1
2

Arguments

x

object to be split

lg

length

balance

logical. Currently ignored

Details

splitIndicesByLength splits x in groups of length lg.

splitIndicesByNode splits x in N groups (where N is the number of compute nodes available).

Value

List.

Author(s)

Benilton S Carvalho

See Also

split

Examples

1
2
3
4

benilton/oligoClasses documentation built on Dec. 27, 2019, 12:13 a.m.