print-methods: Method to print a nice visualisation of the objects defined...

Description Usage Arguments Author(s) See Also Examples

Description

Generic function print to display a nice (and simple) visualisation of the objects define in this package.

Usage

 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, ...)

Arguments

x

an object of any class defined in this package

...

further arguments passed to or from other methods

Author(s)

Gustavo H. Esteves <gesteves@vision.ime.usp.br>

See Also

print in the base package.

Examples

1
2
3
4
5
6
7

maigesPack documentation built on Nov. 8, 2020, 6:23 p.m.