as.character.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.
as.character.polynomial
r <- rationalfun(c(1, 1), c(3, 2, 1)) as.character(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.