print.GGItest {GeneGeneInteR} | R Documentation |
"GGItest"
Printing objects of class "GGItest"
## S3 method for class 'GGItest' print(x, ...)
x |
|
... |
further arguments passed to or from other methods |
print.GGItest
provides a customized output of a GGItest
object.
the argument x, invisibly, as for all print
methods.
data(gene.pair) print(PCA.test(Y=gene.pair$Y, G1=gene.pair$G1,G2=gene.pair$G2,threshold=0.7,method="Std"))