This function plots the values of \(\Theta\) predicted from
model fitted with coalescentMCMC
.
plotTHETA(x, phy, add = FALSE, rightwards = TRUE, col = "blue",
transparency = 50/length(phy), xlab = "Time",
ylab = expression(Theta), ylim = NULL, x.scale = 1,
y.scale = 1, show.present = TRUE, ...)
an output from.
an object of class "phylo"
or "multiPhylo"
.
a logical value: whether to add the curves on an existing plot?
a logical value: whether to draw the time (horizontal) axis rightwards (the default).
the base colour of the curves.
the degree of transparency of the curves.
character strings giving the labels for the x- and y-axes.
a numeric vector with two values giving the limits of the y-axis (useful if several curves are drawn).
the scaling factor for the x-axis; typically, the inverse of the mutation rate.
the scaling factor for the y-axis; typically, the inverse of twice the mutation rate.
a logical value: whether to indicate the present in italics (near the zero coordinate on the x-axis).
further arguments passed to plot
.
NULL