print.GGItest {GeneGeneInteR}R Documentation

Printing objects of class "GGItest"

Description

Printing objects of class "GGItest"

Usage

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


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


[Package GeneGeneInteR version 1.18.0 Index]