print.corres {languageR}R Documentation

Print method for correspondence object

Description

Prints eigenvalues and eigenvalue rates for a correspondence object.

Usage

## S3 method for class 'corres':
print(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

## Not run: 
  data(oldFrench)
  oldFrench.ca = corres.fnc(oldFrench)
  oldFrench.ca
## End(Not run)

[Package languageR version 0.953 Index]