Description Usage Arguments Author(s) See Also Examples
Generic function print
to display a nice (and
simple) visualisation of the 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'
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.
1 2 3 4 5 6 7 | ## Loading the dataset
data(gastro)
print(gastro)
print(gastro.raw)
print(gastro.norm)
print(gastro.summ)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.