Learn R Programming

dMod (version 1.0.0)

print.eqnvec: Print equation vector

Description

Print equation vector

Usage

# S3 method for eqnvec
print(x, width = 140, pander = FALSE, ...)

Arguments

x

object of class eqnvec.

width

numeric, width of the print-out

pander

logical, use pander for output (used with R markdown)

...

not used right now