show,CYT-method {CytoTree}R Documentation

CYT show method

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

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

Arguments

object

An CYT object

Value

Cell number of CYT object

Examples


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



[Package CytoTree version 1.4.0 Index]