print.Study: Title Custom print Function

Description Usage Arguments Value Author(s) Examples

View source: R/study.R

Description

Title Custom print Function

Usage

1
2
## S3 method for class 'Study'
print(x, ...)

Arguments

x

a Study object.

...

Any extra arguments

Value

show the meta data of the Study object.

Author(s)

Schwannden Kuo

Examples

1
2
3
data(preproc.option)
study <- new("Study", name="test", dtype=DTYPE.microarray, datasets=list(matrix()))
print(study)

metaOmic/preproc documentation built on May 22, 2019, 6:54 p.m.