plotXt: Plot Each Component of Xt

View source: R/plotXt.R

plotXtR Documentation

Plot Each Component of Xt

Description

A function to generate a series of plots to visualize each component of the original time series

Usage

plotXt(simData, cptwise = T, axisLabels = F, plot.title = T, return = NULL)

Arguments

simData

simList; An object containing the information about the original data

cptwise

logical; Whether to display X_t componentwise, or not

axisLabels

logical; Set to TRUE if returning a single plot (i.e. cptwise = TRUE and return != NULL), and FALSE otherwise.

plot.title

logical; Whether to include individual plot titles

return

character; The particular plot(s) to display.

If cptwise = TRUE and return = NULL, all of 'Mt', 'Tt', 'freq', and 'Wt' will be displayed.

If cptwise = TRUE and return = 'Mt' | 'Tt' | 'freq' | 'Wt', the specified plot will show.

If cptwise = FALSE, return must be the default (NULL) to display the sum total (this is Xt).


castels/interpTools documentation built on June 7, 2024, 4:20 p.m.