R/plot.tree.R

Defines functions plot.tree

plot.tree <- function(phy, ...){
  plot(phy, ...)
  axisPhylo()
}
manabusakamoto/evoldiver documentation built on March 9, 2024, 9:56 a.m.