Description Usage Arguments Value Examples
Prevents R from crashing by trying to print all slots of an CYT object if a returned object is not stored in a variable.
1 2 | ## S4 method for signature 'CYT'
show(object)
|
object |
A CYT object |
Cell number of CYT object
1 2 3 | cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
cyt
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.