print.bife {bife}R Documentation

Print bife

Description

print.bife is a generic function which displays some minimal information from objects returned by bife.

Usage

## S3 method for class 'bife'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class "bife".

digits

unsigned integer indicating the number of decimal places. Default is max(3L, getOption("digits") - 3L).

...

other arguments.

See Also

bife


[Package bife version 0.7.2 Index]