print.DGEobj: Print the Inventory

View source: R/utils.R

print.DGEobjR Documentation

Print the Inventory

Description

Print the Inventory

Usage

## S3 method for class 'DGEobj'
print(x, ..., verbose = FALSE)

Arguments

x

A class DGEobj created by function initDGEobj()

...

Additional parameters

verbose

Include funArgs column in the output (default = FALSE)

Examples

    # example DGEobj
    exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj"))

    print(exObj)


DGEobj documentation built on May 16, 2022, 9:06 a.m.