Learn R Programming

languageR (version 1.0)

print.corres: 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.

See Also

See also corres.fnc.

Examples

Run this code
data(oldFrench)
  oldFrench.ca = corres.fnc(oldFrench)
  oldFrench.ca

Run the code above in your browser using DataLab