as.character.rationalfun {rationalfun} | R Documentation |
This function converts an object of class "rationalfun" to a character string.
## S3 method for class 'rationalfun'
as.character(x, ...)
x |
an object of class "rationalfun" |
... |
not used in this function |
A character string representing the rational function.
r <- rationalfun(c(1, 1), c(3, 2, 1))
as.character(r)