]> git.donarmstrong.com Git - ape.git/blob - man/chiroptera.Rd
a few changes...
[ape.git] / man / chiroptera.Rd
1 \name{chiroptera}
2 \alias{chiroptera}
3 \title{Bat Phylogeny}
4 \description{
5   This phylogeny of bats (Mammalia: Chiroptera) is a supertree (i.e. a
6   composite phylogeny constructed from several sources; see source for
7   details).
8 }
9 \usage{
10 data(chiroptera)
11 }
12 \format{
13   The data are stored in RData (binary) format.
14 }
15 \source{
16   Jones, K. E., Purvis, A., MacLarnon, A., Bininda-Emonds, O. R. P. and
17   Simmons, N. B. (2002) A phylogenetic supertree of the bats (Mammalia:
18   Chiroptera). \emph{Biological Reviews of the Cambridge Philosophical
19     Society}, \bold{77}, 223--259.
20 }
21 \seealso{
22   \code{\link{read.nexus}}, \code{\link{zoom}}
23 }
24 \examples{
25 data(chiroptera)
26 str(chiroptera)
27 op <- par()
28 par(cex = 0.3)
29 plot(chiroptera, type = "c")
30 par(op)
31 }
32 \keyword{datasets}