show-CYT-method: CYT show method

Description Usage Arguments Value Examples

Description

Prevents R from crashing by trying to print all slots of an CYT object if a returned object is not stored in a variable.

Usage

1
2
## S4 method for signature 'CYT'
show(object)

Arguments

object

A CYT object

Value

Cell number of CYT object

Examples

1
2
3
cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
cyt

CytoTree documentation built on Nov. 10, 2020, 2 a.m.