updatePlotMeta {CytoTree} | R Documentation |
Update plot meta information of CYT
updatePlotMeta(object, verbose = TRUE)
object |
A CYT object |
verbose |
logical. Whether to print calculation progress. |
A CYT object
cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree") cyt <- readRDS(file = cyt.file) cyt <- updatePlotMeta(cyt)