print.corres {languageR}R Documentation

Print method for correspondence object

Description

Prints eigenvalues and eigenvalue rates for a correspondence object.

Usage

print.corres(x, ...)

Arguments

x A correspondence object.
... other parameters to be passed through to plotting functions.

Value

Report of eigenvalues and eigenvalue rates.

Author(s)

R. H. Baayen

See Also

See also corres.fnc.

Examples

  data(oldFrench)
  oldFrench.ca = corres.fnc(oldFrench)
  oldFrench.ca

[Package languageR version 0.1 Index]