Plots a phylogenetic tree with trait values at the tips and highlights branches with detected shifts in optimal value (mean) and variance.
# S3 method for ShiftModel
plot(x, title = "", ...)
No return value. This function is called for its side effect: a plotted tree.
An object of class ShiftModel
, typically returned by fit_OU_mean_var()
or ShiVa()
.
A character string specifying the plot title.
Additional arguments passed to plot.phylo()
.