File: additive.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 (25 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (3)
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
\name{additive}
\alias{additive}
\alias{ultrametric}
\title{Incomplete Distance Matrix Filling}
\description{
  Fills missing entries from incomplete distance matrix using the
  additive or the ultrametric procedure (see reference for details).
}
\usage{
additive(X)
ultrametric(X)
}
\arguments{
  \item{X}{a distance matrix or an object of class \code{"dist"}.}
}
\value{
  a distance matrix.
}
\references{
  Makarenkov, V. and Lapointe, F.-J. (2004) A weighted least-squares
  approach for inferring phylogenies from incomplete distance
  matrices. \emph{Bioinformatics}, \bold{20}, 2113--2121.
}
\author{Andrei Popescu}
\keyword{manip}