R/permutePartsDesign.R

Defines functions permutePartsDesign

permutePartsDesign <- function(
    v, m = NULL, repetition = FALSE, freqs = NULL,
    target = NULL, showDesign = FALSE
) {

    stopifnot(is.numeric(v))
    return(.Call(`_RcppAlgos_PartitionsCount`, GetTarget(v, target),
                 v, m, repetition, freqs, FALSE, "==", NULL, NULL,
                 TRUE, showDesign, FALSE, FALSE))
}

Try the RcppAlgos package in your browser

Any scripts or data that you put into this service are public.

RcppAlgos documentation built on March 8, 2026, 9:08 a.m.