Last data update: 2014.03.03

R: Convert object to character
as.character.rationalfunR Documentation

Convert object to character

Description

This function converts an object of class "rationalfun" to a character string.

Usage

## S3 method for class 'rationalfun'
as.character(x, ...)

Arguments

x

an object of class "rationalfun"

...

not used in this function

Value

A character string representing the rational function.

See Also

as.character.polynomial

Examples

r <- rationalfun(c(1, 1), c(3, 2, 1))
as.character(r)

Results