View source: R/TimeTreesFunctions.R
| getSkylines | R Documentation |
makeSkylines
getSkylines(
clones,
dir,
id,
time,
burnin = 10,
bins = 100,
verbose = 0,
forward = TRUE,
nproc = 1,
max_height = c("min", "median", "mean", "max")
)
clones |
clone tibble |
dir |
directory of BEAST trees file |
id |
unique identifer for this analysis |
time |
name of time column |
burnin |
Burnin percent (default 10) |
bins |
number of bins for plotting |
verbose |
if 1, print name of clones |
forward |
plot in forward or (FALSE) backward time? |
nproc |
processors for parallelization (by clone) |
max_height |
max height to use (min, median, mean, max) |
Burnin set from readBEAST or getTrees
Bayesian Skyline values for given clone
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.