Learn R Programming

languageR (version 1.5.0)

print.corres: Print method for correspondence object

Description

Prints eigenvalues and eigenvalue rates for a correspondence object.

Usage

# S3 method for 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
# NOT RUN {
  data(oldFrench)
  oldFrench.ca = corres.fnc(oldFrench)
  oldFrench.ca
# }

Run the code above in your browser using DataLab