Learn R Programming

tfarima (version 0.4.1)

printLagpol: Print non-normalized polynomial as a lag polynomial

Description

Prints a non-normalized polynomial as a lagpol object, preserving the original coefficients.

Usage

printLagpol(pol, digits = 2, width = getOption("width"))

Value

Invisibly returns the input vector.

Arguments

pol

Numeric vector with the coefficients of a non-normalized polynomial. The first element can be any numeric value, not necessarily 1.

digits

Integer. Number of significant digits to display. Default is 2.

width

Integer. Maximum number of characters per line. Default is the console width.