View source: R/tsp.season.box.R
tsp.season.box | R Documentation |
Plot using ggplot2 a time series object, ts class. Season is used as factor to group also use decompose method to remove trend
tsp.season.box( x = x, type = c("none", "multiplicative", "additive"), table = TRUE )
x |
time series object of class "ts" |
type |
decomposition type multiplicative (default) or additive. |
table |
logical, if true(default) median, mean, sd and var values are printed, using season as group |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.