print.Optim: Print an Optim Object
Description
This function prints an Optim object. It is a method for the generic function print of class "Optim".
Usage
# S3 method for Optim
print(x, plain = FALSE, digits = getOption("digits"),
...)
Arguments
plain
select if you want enriched output mode (with colors and bold) or a plain output mode.
digits
minimal number of significant digits.
...
further arguments passed to or from other methods.