print.GGItest: Printing objects of class '"GGItest"'

Description Usage Arguments Details Value Examples

View source: R/print.GGItest.R

Description

Printing objects of class "GGItest"

Usage

1
2
## S3 method for class 'GGItest'
print(x, ...)

Arguments

x

GGItest. Given as output of CCA.test for example.

...

further arguments passed to or from other methods

Details

print.GGItest provides a customized output of a GGItest object.

Value

the argument x, invisibly, as for all print methods.

Examples

1
2
data(gene.pair)
print(PCA.test(Y=gene.pair$Y, G1=gene.pair$G1,G2=gene.pair$G2,threshold=0.7,method="Std"))

GeneGeneInteR documentation built on Nov. 8, 2020, 6:28 p.m.