inst/doc/Decomposition.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(StructuralDecompose)

## ----eval = FALSE-------------------------------------------------------------
#  data <- StructuralDecompose::Nile_dataset[,1]
#  
#  x <- StructuralDecompose(data)
#  x$trend

## ----eval = FALSE-------------------------------------------------------------
#  x <- StructuralDecompose(data)
#  x$seasonality

Try the StructuralDecompose package in your browser

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

StructuralDecompose documentation built on Feb. 16, 2023, 9:46 p.m.