R/RcppExports.R

Defines functions daysEither_self daysEither_noself daysSync_self daysSync_noself kemp_ind row_kth row_medians pair_dioecious pair_si_ech

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

#' @export
pair_si_ech <- function(s1, s2) {
    .Call(`_mateable_pair_si_ech`, s1, s2)
}

#' @export
pair_dioecious <- function(s1) {
    .Call(`_mateable_pair_dioecious`, s1)
}

#' @export
row_medians <- function(toSort) {
    .Call(`_mateable_row_medians`, toSort)
}

#' @export
row_kth <- function(toSort, k) {
    .Call(`_mateable_row_kth`, toSort, k)
}

#' @export
kemp_ind <- function(byDay, starts, ends, durs, compSelf = FALSE) {
    .Call(`_mateable_kemp_ind`, byDay, starts, ends, durs, compSelf)
}

#' @export
daysSync_noself <- function(starts, ends, n) {
    .Call(`_mateable_daysSync_noself`, starts, ends, n)
}

#' @export
daysSync_self <- function(starts, ends, n) {
    .Call(`_mateable_daysSync_self`, starts, ends, n)
}

#' @export
daysEither_noself <- function(starts, ends, n) {
    .Call(`_mateable_daysEither_noself`, starts, ends, n)
}

#' @export
daysEither_self <- function(starts, ends, n) {
    .Call(`_mateable_daysEither_self`, starts, ends, n)
}

Try the mateable package in your browser

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

mateable documentation built on Feb. 16, 2023, 9:42 p.m.