print.summary.APEs: Print 'summary.APEs'

View source: R/generics.R

print.summary.APEsR Documentation

Print summary.APEs

Description

print.summary.APEs is a generic function which displays summary statistics from objects returned by summary.APEs.

Usage

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

Arguments

x

an object of class "summary.APEs".

digits

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

...

other arguments.

See Also

getAPEs


alpaca documentation built on Aug. 10, 2022, 5:08 p.m.