Learn R Programming

rationalfun (version 0.1-1)

predict.rationalfun: Evaluate a rational function

Description

Evaluate a rational function at a real or complex vector.

Usage

# S3 method for rationalfun
predict(object, newdata, ...)

Arguments

object

an object of class "rationalfun"

newdata

a vector at which evaluation is requested.

not used in this function Both real and complex vectors are accepted.

Value

A vector of evaluated results.

See Also

predict.polynomial

Examples

Run this code
# NOT RUN {
r <- rationalfun(c(1, 1), c(3, 2, 1))
predict(r, 1:10)
# }

Run the code above in your browser using DataLab