permutations: Generate permutations of dimensions to find optimal no of...

permutationsR Documentation

Generate permutations of dimensions to find optimal no of batches

Description

Generate permutations of dimensions to find optimal no of batches

Usage

permutations(n, r, v = 1:n, set = TRUE, repeats.allowed = FALSE)

Arguments

n

See gtools::permutations.

r

See gtools::permutations.

v

See gtools::permutations.

repeats.allowed

See gtools::permutations.

nset

See gtools::permutations.

Details

Taken from gtools to minimize dependencies. See permutations of the gtools packages for details


pxweb documentation built on Oct. 31, 2022, 5:07 p.m.