print.bifeAPEs: Print bifeAPEs
Description
print.bifeAPEs is a generic function which displays some minimal information from
objects returned by get_APEs.
Usage
# S3 method for bifeAPEs
print(x, digits = max(3L, getOption("digits") - 3L), ...)Arguments
- x
an object of class "bifeAPEs".
- digits
unsigned integer indicating the number of decimal places. Default is
max(3L, getOption("digits") - 3L).
- ...
other arguments.