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)
}

Try the impactr package in your browser

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

impactr documentation built on May 29, 2024, 6:32 a.m.