R/detrendeR.R

#' detrendeR: This package provides a small set of functions that detect and remove linear or polynomial trend in
#' time-serie signal.
#'
#' The main functions are [getltrend()] and [gettrend()].
#'
#' This package does not depend on any other package or function outside of the "stat" namespace.
#'
#' @docType package
#' @name detrendeR
NULL
#> NULL
bartekkroczek/detrendeR documentation built on March 26, 2022, 10:40 p.m.