summary-methods: Method summary for the object from this package

Description Usage Arguments Author(s) See Also Examples

Description

Generic function summary to display a nice summary of the contents from classes of 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'
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, ...)

Arguments

object

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

summary in the base package.

Examples

1
2
3
4
5
6
7

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