print.cca {corclass}R Documentation

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 class 'cca'
print(x, ...)

Arguments

x

The cca object returned by cca.

...

Unused.

Author(s)

Andrei Boutyline, andrei.boutyline@gmail.com

See Also

plot.cca, cca

Examples

    data(cca.example)
    res1 <- cca(cca.example)
    print(res1)

[Package corclass version 0.2.1 Index]