R/RcppExports.R

Defines functions resampling_FWHM_rcpp cwt_rcpp

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

cwt_rcpp <- function(t, scales, variance = 1L, threads = 1L) {
    .Call('_CWT_cwt_rcpp', PACKAGE = 'CWT', t, scales, variance, threads)
}

resampling_FWHM_rcpp <- function(spectra, wav, new_wav, fwhm, threads = 1L) {
    .Call('_CWT_resampling_FWHM_rcpp', PACKAGE = 'CWT', spectra, wav, new_wav, fwhm, threads)
}

Try the CWT package in your browser

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

CWT documentation built on June 28, 2024, 9:11 a.m.