File: mat3.Rd

package info (click to toggle)
r-cran-ape 5.8-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,676 kB
  • sloc: ansic: 7,676; cpp: 116; sh: 17; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{mat3}
\alias{mat3}
\title{Three Matrices}
\description{
  Three matrices respectively representing Serological (asymmetric),
  DNA hybridization (asymmetric) and Anatomical (symmetric) distances
  among 9 families.
}
\usage{
data(mat3)
}
\format{
  A data frame with 27 observations and 9 variables.
}
\source{
  Lapointe, F.-J., J. A. W. Kirsch and J. M. Hutcheon. 1999. Total
  evidence, consensus, and bat phylogeny: a distance-based
  approach. Molecular Phylogenetics and Evolution 11: 55-66.
}
\seealso{
  \code{\link{mat5Mrand}}, \code{\link{mat5M3ID}}
}
\keyword{datasets}