R/RcppExports.R

Defines functions calcTsplitC calcRateC

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

calcRateC <- function(M, Aj, days, searches) {
    .Call(`_GenEst_calcRateC`, M, Aj, days, searches)
}

calcTsplitC <- function(rate, days, times) {
    .Call(`_GenEst_calcTsplitC`, rate, days, times)
}
ddalthorp/GenEst documentation built on June 4, 2023, 1 a.m.