R/RcppExports.R

Defines functions NextCartes PrevCartes NextComb PrevComb NextPerm PrevPerm NextSubset PrevSubset

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

NextCartes <- function(x, nvec) {
    .Call(`_combiter_NextCartes`, x, nvec)
}

PrevCartes <- function(x, nvec) {
    .Call(`_combiter_PrevCartes`, x, nvec)
}

NextComb <- function(x, n) {
    .Call(`_combiter_NextComb`, x, n)
}

PrevComb <- function(x, n) {
    .Call(`_combiter_PrevComb`, x, n)
}

NextPerm <- function(x, n) {
    .Call(`_combiter_NextPerm`, x, n)
}

PrevPerm <- function(x, n) {
    .Call(`_combiter_PrevPerm`, x, n)
}

NextSubset <- function(x, n) {
    .Call(`_combiter_NextSubset`, x, n)
}

PrevSubset <- function(x, n) {
    .Call(`_combiter_PrevSubset`, x, n)
}

Try the combiter package in your browser

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

combiter documentation built on May 2, 2019, 7:24 a.m.