Learn R Programming

RxODE (version 0.6-1)

predict.RxODE: Predict an RxODE object

Description

predict solves the odinary differential equations specified by RxODE object

Usage

# S3 method for RxODE
predict(object, ...)

Arguments

object

An RxODE object

...

Solve arguments sent to rxSolve. See rxSolve.