Learn R Programming

corclass (version 0.2.1)

print.cca: Print description of CCA results.

Description

Prints a concise description of CCA results, including module membership counts. Reports if any of the modules are degenerate.

Usage

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

Arguments

x

The cca object returned by cca.

...

Unused.

Author

Andrei Boutyline, andrei.boutyline@gmail.com

See Also

plot.cca, cca

Examples

Run this code
    data(cca.example)
    res1 <- cca(cca.example)
    print(res1)

Run the code above in your browser using DataLab