Learn R Programming

languageR (version 1.6)

print.corres: Print method for correspondence object

Description

Prints eigenvalues and eigenvalue rates for a correspondence object.

Usage

# S3 method for corres
print(x, ...)

Value

Report of eigenvalues and eigenvalue rates.

Arguments

x

A correspondence object.

...

other parameters to be passed through to plotting functions.

Author

R. H. Baayen

See Also

See also corres.fnc.

Examples

Run this code
if (FALSE) {
  data(oldFrench)
  oldFrench.ca = corres.fnc(oldFrench)
  oldFrench.ca
}

Run the code above in your browser using DataLab