print.itp {itp} | R Documentation |
"itp"
Prints objects of class "itp"
returned from itp
.
## S3 method for class 'itp' print(x, all = FALSE, digits = max(3L, getOption("digits") - 3L), ...)
x |
An object inheriting from class |
all |
A logical scalar. If |
digits |
The argument |
... |
Further arguments to be passed to or from other methods. They are ignored in this function.. |
The default setting is to print only the root, the value of the
function at the root and the number of iterations. To include the
bracketing interval after convergence and the estimated precision use
all = TRUE
.
The argument x
is returned, invisibly.
itp
for the Interpolate, Truncate, Project (ITP) root
finding algorithm.