#' Historical Decomposition
#'
#' @param x A fitted object.
#' @param ... Other arguments passed to methods
#'
#'
#' @export
hd <- function(x, ...) {
UseMethod("hd")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.