updatePlotMeta {CytoTree}R Documentation

Update plot meta information of CYT

Description

Update plot meta information of CYT

Usage

updatePlotMeta(object, verbose = TRUE)

Arguments

object

A CYT object

verbose

logical. Whether to print calculation progress.

Value

A CYT object

Examples


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

cyt <- updatePlotMeta(cyt)




[Package CytoTree version 1.0.3 Index]