# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.