check_stationarity: Wrapper to check the stationarity of a Time Series

Description Usage Arguments

View source: R/check_stationarity.R

Description

Wrapper to check the stationarity of a Time Series

Usage

1
2
3
4
5
6
check_stationarity(
  data,
  title = "Time Series Plot",
  xlab = "Time",
  ylab = "Time Series Realization"
)

Arguments

data

time series realization

title

Title of the time series plot (output of function)

xlab

x-label of the time series plot (output of the function)

ylab

y-label of the time series plot (output of the function)


josephsdavid/tswgewrapped documentation built on July 31, 2020, 9:36 a.m.