R/CWT-package.R

#' Continuous Wavelet Transformation for Spectroscopy
#'
#' Fast application of Continuous Wavelet Transformation on time
#' series with special attention to spectroscopy. It is written using 
#' 'data.table' and 'C++' language and in some functions it is possible to 
#' use parallel processing to speed-up the computation over samples.

#' @import data.table
"_PACKAGE"

## usethis namespace: start
#' @importFrom Rcpp sourceCpp
#' @useDynLib CWT
## usethis namespace: end
NULL

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.