print(x, ...)# S4 method for pim
print(x, digits = max(3L, getOption("digits") - 3L), show.vcov = FALSE, ...)
# S4 method for pim.environment
print(x, digits = max(3L, getOption("digits") - 3L), n = 6L, ...)
# S4 method for pim.poset
print(x, digits = max(3L, getOption("digits") - 3L), n = 6L, ...)
# S4 method for pim.formula
print(x, digits = max(3L, getOption("digits") - 3L), ...)