Plots lineages through time and confidence intervals estimated by bootstrap.
# S3 method for bootTreedater
plot(x, t0 = NA, res = 100, ggplot = FALSE,
cumulative = FALSE, ...)
A bootTreedater object produced by *parboot* or *boot*
The lower bound of the time axis to show
The number of time points on the time axis
If TRUE, will return a plot made with the ggplot2 package
If TRUE, will show only decreasing lineages through time
Additional arg's are passed to *ggplot* or *plot*