powered by
This function is to plot the time series figure.
arma.plot(data)
The arma.plot method returns a figure.
Data containing time series.
ts <- arma.sim(ars = c(-0.9, -1.4, -0.7, -0.6), mas = c(0.5, -0.4), nobs = 100) arma.plot(ts)
Run the code above in your browser using DataLab