R/RcppExports.R

Defines functions overlap wle

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

wle <- function(counts, activity_threshold, spike_tolerance, spike_stoplevel) {
    .Call(`_accelR_wle`, counts, activity_threshold, spike_tolerance, spike_stoplevel)
}

overlap <- function(start, end) {
    .Call(`_accelR_overlap`, start, end)
}
catcrumpet/accelR documentation built on June 28, 2020, 11:48 p.m.