powered by
Print the Inventory
# S3 method for DGEobj print(x, ..., verbose = FALSE)
A class DGEobj created by function initDGEobj()
Additional parameters
Include funArgs column in the output (default = FALSE)
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj")) print(exObj) # }
Run the code above in your browser using DataLab