plotSkylines: Simple function for plotting Bayesian skyline plots

View source: R/Plotting.R

plotSkylinesR Documentation

Simple function for plotting Bayesian skyline plots

Description

plotSkylines Simple Bayesian skyline plots

Usage

plotSkylines(clones, file = NULL, width = 8.5, height = 11, ...)

Arguments

clones

output from getTrees using BEAST

file

pdf file name for printing plots

width

width of plot in inches if file specified

height

height of plot in inches if file specified

...

optional arguments passed to grDevices::pdf

Value

if no file specified, a list of ggplot objects. If file specified will plot to specified file

See Also

getSkylines readBEAST getTrees


dowser documentation built on Nov. 5, 2025, 6:36 p.m.