View source: R/check_stationarity.R
Wrapper to check the stationarity of a Time Series
1 2 3 4 5 6  | check_stationarity(
  data,
  title = "Time Series Plot",
  xlab = "Time",
  ylab = "Time Series Realization"
)
 | 
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)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.