arma.plot {uotm}R Documentation

Plot the time series data.

Description

This function is to plot the time series figure.

Usage

arma.plot(data)

Arguments

data

Data containing time series.

Value

The arma.plot method returns a figure.

Examples

ts <- arma.sim(ars = c(-0.9, -1.4, -0.7, -0.6), mas = c(0.5, -0.4), nobs = 100)
arma.plot(ts)

[Package uotm version 0.1.6 Index]