makeSkylines
getSkylines(
clones,
time,
bins = 100,
verbose = 0,
forward = TRUE,
nproc = 1,
max_height = c("min", "median", "mean", "max"),
exclude_germline = TRUE
)Bayesian Skyline values for given clone
clone tibble
name of time column
number of bins for plotting
if 1, print name of clones
plot in forward or (FALSE) backward time?
processors for parallelization (by clone)
max height to use (min, median, mean, max)
exclude germline from skyline plot? (For TyCHE GRTs)
Clones must contain treedata objects with parameters_posterior and
trees_posterior. See readBEAST or getTimeTrees with posterior="all"