R/partitionsRank.R

Defines functions partitionsRank

Documented in partitionsRank

partitionsRank <- function(..., v, repetition = FALSE, freqs = NULL,
                           target = NULL, nThreads = NULL) {
    GetRankPart(
        ..., v = v, repetition = repetition, freqs = freqs, target = target,
        IsComposition = FALSE, weak = FALSE, nThreads = nThreads
    )
}

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.