Learn R Programming

DGEobj (version 1.0.1)

print.DGEobj: Print the Inventory

Description

Print the Inventory

Usage

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

Arguments

x

A DGEobj

...

Additional parameters

verbose

Add funArgs to the output (default = FALSE)

Examples

Run this code
# NOT RUN {
    # example DGEobj
    exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj"))

    print(exObj)

# }

Run the code above in your browser using DataLab