updatePlotMeta: Update plot meta information of CYT

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Update plot meta information of CYT

Usage

1
updatePlotMeta(object, verbose = TRUE)

Arguments

object

A CYT object

verbose

logical. Whether to print calculation progress.

Value

A CYT object

Examples

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

cyt <- updatePlotMeta(cyt)

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