Learn R Programming

PHYLOGR (version 1.0.11)

print.summary.phylog: Printing summaries of PHYLOGR statistical functions

Description

These are specific 'methods' for print, that are used with objects of classes summary.phylog.lm, summary.phylog.cancor, and summary.phylog.prcomp, respectively.

Usage

# S3 method for summary.phylog.lm
print(x, ...)
# S3 method for summary.phylog.cancor
print(x, ...)
# S3 method for summary.phylog.prcomp
print(x, ...)

Arguments

x

an object of the appropriate class.

...

further parameters to be passed (currently not used).

Value

See explanation of output in summary.phylog.lm, summary.phylog.cancor, and summary.phylog.prcomp.

Details

These functions are called automagically whenever you type 'summary(object.name)' or you type the name of a summary object; these functions simply provide nicer formated output.

References

Diaz-Uriarte, R., and Garland, T., Jr., in prep. PHYLOGR: an R package for the analysis of comparative data via Monte Carlo simulations and generalized least squares approaches.

See Also

summary.phylog.lm, summary.phylog.prcomp, summary.phylog.cancor