View source: R/tsp.trend.decompose.R
tsp.trend.decompose | R Documentation |
Use the base decompose function to plot a trend from a time series object using ggplot2
tsp.trend.decompose(x, type = c("multiplicative", "additive"))
x |
time series object of class "ts" |
type |
decomposition type multiplicative (default) or additive. |
Victor Espinoza
decompose
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.