General summary function to view data overview. Several plots and test
statistics are returned to give a general view of the data. More details
can be found with more specialized functions.
A dfts object or data which can be automatically converted to that
format. See dfts().
changes
Vector of change locations, if there are any. Default is NULL.
lag.max
Max lags to consider for ACF. Default is 20.
d.max
Max number of dimensions for QQ-plot.
demean
Boolean if data should be demeaned based on changes and create
plots based on these residuals.
...
Data to pass into underlying functions like the KPSS, portmanteau,
and stationary tests. In general it is recommended to not use this and
instead apply the specialized functions directly.