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