print.APEs {alpaca} | R Documentation |
Print APEs
Description
print.APEs
is a generic function which displays some minimal information from
objects returned by getAPEs
.
Usage
## S3 method for class 'APEs'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x |
an object of class |
digits |
unsigned integer indicating the number of decimal places. Default is
|
... |
other arguments. |
See Also
[Package alpaca version 0.3.4 Index]