R/RcppExports.R

Defines functions compute_loading compute_peak_acc_rate

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

#' @keywords internal
compute_peak_acc_rate <- function(acc, start_idx, peaks_idx, samp_freq) {
    .Call(`_impactr_compute_peak_acc_rate`, acc, start_idx, peaks_idx, samp_freq)
}

#' @keywords internal
compute_loading <- function(coeff, peaks, body_mass) {
    .Call(`_impactr_compute_loading`, coeff, peaks, body_mass)
}
verasls/impactr documentation built on Aug. 14, 2022, 12:44 p.m.