Description Usage Arguments Author(s) See Also Examples
Generic function summary
to display a nice summary
of the contents from classes of objects define in this package.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ## 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.
1 2 3 4 5 6 7 | ## Loading the dataset
data(gastro)
summary(gastro)
summary(gastro.raw)
summary(gastro.norm)
summary(gastro.summ)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.