print.summary.phylog {PHYLOGR} | R Documentation |
These are specific 'methods' for print, that are used with objects of classes summary.phylog.lm, summary.phylog.cancor, and summary.phylog.prcomp, respectively.
## S3 method for class 'summary.phylog.lm': print(x, ...) ## S3 method for class 'summary.phylog.cancor': print(x, ...) ## S3 method for class 'summary.phylog.prcomp': print(x, ...)
x |
|
... |
further parameters to be passed (currently not used). |
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.
See explanation of output in summary.phylog.lm, summary.phylog.cancor, and summary.phylog.prcomp.
Ramon Diaz-Uriarte and Theodore Garland, Jr.
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.
summary.phylog.lm
,
summary.phylog.prcomp
, summary.phylog.cancor