R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

pair_si_ech <- function(s1, s2) {
    .Call('mateable_pair_si_ech', PACKAGE = 'mateable', s1, s2)
}

pair_dioecious <- function(s1) {
    .Call('mateable_pair_dioecious', PACKAGE = 'mateable', s1)
}

row_medians <- function(toSort) {
    .Call('mateable_row_medians', PACKAGE = 'mateable', toSort)
}

row_kth <- function(toSort, k) {
    .Call('mateable_row_kth', PACKAGE = 'mateable', toSort, k)
}

kemp_ind <- function(byDay, starts, ends, durs, compSelf = FALSE) {
    .Call('mateable_kemp_ind', PACKAGE = 'mateable', byDay, starts, ends, durs, compSelf)
}

daysSync_noself <- function(starts, ends, n) {
    .Call('mateable_daysSync_noself', PACKAGE = 'mateable', starts, ends, n)
}

daysSync_self <- function(starts, ends, n) {
    .Call('mateable_daysSync_self', PACKAGE = 'mateable', starts, ends, n)
}

daysEither_noself <- function(starts, ends, n) {
    .Call('mateable_daysEither_noself', PACKAGE = 'mateable', starts, ends, n)
}

daysEither_self <- function(starts, ends, n) {
    .Call('mateable_daysEither_self', PACKAGE = 'mateable', starts, ends, n)
}
danhan52/mateable documentation built on May 14, 2019, 3:35 p.m.