data(xenarthra)
"phylo"
which
structure is described in the help page of the function
read.tree
.read.tree
data(xenarthra)
par(ask = TRUE)
plot(xenarthra)
### remove the margins...
plot(xenarthra, no.margin = TRUE)
### ... and use a smaller font size
plot(xenarthra, no.margin = TRUE, cex = 0.8)
Run the code above in your browser using DataLab