
Create a bubble plot of the substitution process.
Bubble plots visualize the characteristics of the substitution process. The area of the circles is proportional to the rates/probabilities. The plot is not produced if the rate matrix or the equlibrium distribution has undefined elements.
# S3 method for ToleranceSubstitution
plot(x, scale=1, ...)
An object inheriting from ToleranceSubstitution.
A scale factor affecting the area of the circles.
Not used.
The process object (invisible).
For more information see ToleranceSubstitution
.
# NOT RUN {
plot(BinarySubst(rate.list=list("0->1"=1,"1->0"=1.5)))
plot(JC69())
# get smaller circles
plot(JC69(),scale=0.5)
plot(F84(base.freqs=c(3/6,1/6,1/6,1/6)))
plot(WAG())
# }
Run the code above in your browser using DataLab