R/RcppExports.R

Defines functions popevencpp popcpp armaCHcpp rpsvcpp

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

rpsvcpp <- function(sk, traps) {
    .Call(`_ipsecr_rpsvcpp`, sk, traps)
}

armaCHcpp <- function(d, Tsk, detpar, NT, binomN, detectfn, detectorcode, nontargetcode, debug) {
    .Call(`_ipsecr_armaCHcpp`, d, Tsk, detpar, NT, binomN, detectfn, detectorcode, nontargetcode, debug)
}

popcpp <- function(mask, prob, maskspacing, N) {
    .Call(`_ipsecr_popcpp`, mask, prob, maskspacing, N)
}

popevencpp <- function(bounds, N) {
    .Call(`_ipsecr_popevencpp`, bounds, N)
}

Try the ipsecr package in your browser

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

ipsecr documentation built on June 10, 2025, 9:08 a.m.