R/partitionsRank.R

Defines functions partitionsRank

Documented in partitionsRank

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

Try the RcppAlgos package in your browser

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

RcppAlgos documentation built on May 29, 2024, noon