print.corres: Print method for correspondence object

Description Usage Arguments Value Author(s) See Also Examples

Description

Prints eigenvalues and eigenvalue rates for a correspondence object.

Usage

1
2
## 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

1
2
3
4
5
6
## Not run: 
  data(oldFrench)
  oldFrench.ca = corres.fnc(oldFrench)
  oldFrench.ca

## End(Not run)

languageR documentation built on May 2, 2019, 10:02 a.m.