updatePlotMeta {CytoTree}R Documentation

Update plot meta information of CYT

Description

Update plot meta information of CYT

Usage

updatePlotMeta(object, verbose = TRUE)

Arguments

object

An CYT object

verbose

logical. Whether to print calculation progress.

Value

An CYT object

Examples


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

cyt <- updatePlotMeta(cyt)




[Package CytoTree version 1.4.0 Index]