Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.oa

Function to Print oa Objects with a Lot of Added Info


Description

The function suppresses printing of voluminous info attached as attributes to oa objects.

Usage

## S3 method for class 'oa'
print(x, ...)

Arguments

x

the oa object to be printed

...

further arguments for default print function

Details

The function currently removes all attributes except origin, class, dim, dimnames before printing.
If available, status information from the MIPinfo attribute is printed.
Additionally, the names of unusual attributes are printed. They can also be printed separately by running names(attributes(x)); to access an attribute, run attr(x, "MIPinfo"), for example.

Value

The function is used for its side effects and does not return anything.

Author(s)

Ulrike Groemping

See Also

See also print.default and str


DoE.MIParray

Creation of Arrays by Mixed Integer Programming

v0.13
GPL (>= 2)
Authors
Ulrike Groemping
Initial release
2019-07-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.