as.Ratio: Ratio Conversion Functions

Description Usage Arguments Value Examples

Description

Function to convert between different objects to class "Ratio" representing lag polynomials quotient as in TOL language.

Usage

1

Arguments

x

object to be coerced

...

further arguments passed to or from other methods

Value

Returns an object of class "Ratio".

Examples

1
2
# Creates lag polynomial quotient: (1+B^2) / (1)
p <- as.Ratio(1+B^2) 

tolBasis documentation built on May 2, 2019, 3:44 a.m.