print {maigesPack} | R Documentation |
Generic function print
to display a nice (and
simple) visualisation of the objects define in this package.
## S3 method for class 'maigesPreRaw' print(x, ...) ## S3 method for class 'maigesRaw' print(x, ...) ## S3 method for class 'maiges' print(x, ...) ## S3 method for class 'maigesDE' print(x, ...) ## S3 method for class 'maigesDEcluster' print(x, ...) ## S3 method for class 'maigesClass' print(x, ...) ## S3 method for class 'maigesRelNetB' print(x, ...) ## S3 method for class 'maigesRelNetM' print(x, ...) ## S3 method for class 'maigesActMod' print(x, ...) ## S3 method for class 'maigesActNet' print(x, ...)
x |
an object of any class defined in this package |
... |
further arguments passed to or from other methods |
Gustavo H. Esteves <gesteves@vision.ime.usp.br>
print
in the base package.
## Loading the dataset data(gastro) print(gastro) print(gastro.raw) print(gastro.norm) print(gastro.summ)