Learn R Programming

episode (version 1.0.0)

print.ode: Print 'ode' object

Description

Prints objects of class ode. Since this class is abstract, it moves on the print method for the derived class.

Usage

# S3 method for ode
print(x, ...)

Arguments

x

Object of class ode.

...

Additional arguments passed to print.

See Also

ode