summary {maigesPack} | R Documentation |
Generic function summary
to display a nice summary
of the contents from classes of objects define in this package.
## S3 method for class 'maigesPreRaw': summary(object, ...) ## S3 method for class 'maigesRaw': summary(object, ...) ## S3 method for class 'maiges': summary(object, ...) ## S3 method for class 'maigesDE': summary(object, ...) ## S3 method for class 'maigesDEcluster': summary(object, ...) ## S3 method for class 'maigesClass': summary(object, ...) ## S3 method for class 'maigesRelNetB': summary(object, ...) ## S3 method for class 'maigesRelNetM': summary(object, ...) ## S3 method for class 'maigesActMod': summary(object, ...) ## S3 method for class 'maigesActNet': summary(object, ...)
object |
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>
summary
in the base package.
## Loading the dataset data(gastro) summary(gastro) summary(gastro.raw) summary(gastro.norm) summary(gastro.summ)