tsp.season.box: Season plot using boxplot

View source: R/tsp.season.box.R

tsp.season.boxR Documentation

Season plot using boxplot

Description

Plot using ggplot2 a time series object, ts class. Season is used as factor to group also use decompose method to remove trend

Usage

tsp.season.box(
  x = x,
  type = c("none", "multiplicative", "additive"),
  table = TRUE
)

Arguments

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


espher1987/tseries.plot documentation built on Nov. 2, 2022, 5:48 p.m.