File: chiroptera.Rd

package info (click to toggle)
r-cran-ape 5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,932 kB
  • sloc: ansic: 7,626; cpp: 116; sh: 17; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\name{chiroptera}
\alias{chiroptera}
\title{Bat Phylogeny}
\description{
  This phylogeny of bats (Mammalia: Chiroptera) is a supertree (i.e. a
  composite phylogeny constructed from several sources; see source for
  details).
}
\usage{
data(chiroptera)
}
\format{
  The data are stored in RData (binary) format.
}
\source{
  Jones, K. E., Purvis, A., MacLarnon, A., Bininda-Emonds, O. R. P. and
  Simmons, N. B. (2002) A phylogenetic supertree of the bats (Mammalia:
  Chiroptera). \emph{Biological Reviews of the Cambridge Philosophical
    Society}, \bold{77}, 223--259.
}
\seealso{
  \code{\link{read.nexus}}, \code{\link{zoom}}
}
\examples{
data(chiroptera)
str(chiroptera)
op <- par(cex = 0.3)
plot(chiroptera, type = "c")
par(op)
}
\keyword{datasets}