Learn R Programming

uotm (version 0.1.6)

arma.plot: Plot the time series data.

Description

This function is to plot the time series figure.

Usage

arma.plot(data)

Value

The arma.plot method returns a figure.

Arguments

data

Data containing time series.

Examples

Run this code
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