https://github.com/cran/ape
Raw File
Tip revision: 397c0d84573dedf9fdca94039718a7664182e2af authored by Emmanuel Paradis on 12 August 2003, 00:00:00 UTC
version 1.1-3
Tip revision: 397c0d8
xenarthra.Rd
\name{xenarthra}
\alias{xenarthra}
\title{Molecular Phylogeny of Living Xenarthrans}
\description{
  This phylogeny was inferred by maximum likelihood analysis of the
  nuclear gene BRCA1 (breast cancer susceptibility, 2788 sites)
  sequences for 47 placental and 3 marsupial taxa.
}
\usage{
data(xenarthra)
}
\format{
  The data are stored as an object of class \code{"phylo"} which
  structure is described in the help page of the function
  \code{\link{read.tree}}.
}
\source{
  Delsuc, F., Scally, M., Madsen, O., Stanhope, M. J., de Jong, W. W.,
  Catzeflis, F. M., Springer, M. S. and Douzery, E. J. P. (2002)
  Molecular phylogeny of living xenarthrans and the impact of character
  and taxon sampling on the placental tree rooting. \emph{Molecular
    Biology and Evolution}, \bold{19}, 1656--1671.
}
\seealso{
  \code{\link{read.tree}}
}
\examples{
data(xenarthra)
op <- par()
\dontrun{par(ask = TRUE)}
plot(xenarthra)
### remove the margins and put the tip labels closer
### to the tips
plot(xenarthra, no.margin = TRUE, label.offset = .005)
### use a smaller font size
par(cex = 0.8)
plot(xenarthra, no.margin = TRUE, label.offset = .005)
par(op)
}
\keyword{datasets}
back to top