print.gt.mp {binGroup}R Documentation

Print methods for objects of classes "gt" and "gt.mp"

Description

Print methods for objects of classes "gt" and "gt.mp"

Usage

## S3 method for class 'gt.mp':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'gt':
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x objects of class "gt" and "gt.mp", respectively
digits the digits for rounding
... currently not used

Value

A print out


[Package binGroup version 1.0-4 Index]