]> git.donarmstrong.com Git - ape.git/blob - R/ape-defunct.R
moved functions from ape to pegas -> ape 2.4
[ape.git] / R / ape-defunct.R
1 klastorin <- function(phy)
2     .Defunct(msg = '\'klastorin\' has been removed from ape,
3     see help("ape-defunct") for details.')
4
5 heterozygosity <- function (x, variance = FALSE)
6     .Defunct(msg = '\'heterozygosity\' has been moved from ape to pegas,
7     see help("ape-defunct") for details.')
8
9 H <- function(x, variance = FALSE)
10     heterozygosity (x, variance = FALSE)
11
12 nuc.div <- function(x, variance = FALSE, pairwise.deletion = FALSE)
13     .Defunct(msg = '\'nuc.div\' has been moved from ape to pegas,
14     see help("ape-defunct") for details.')
15
16 theta.h <- function(x, standard.error = FALSE)
17     .Defunct(msg = '\'theta.h\' has been moved from ape to pegas,
18     see help("ape-defunct") for details.')
19
20 theta.k <- function(x, n = NULL, k = NULL)
21     .Defunct(msg = '\'theta.k\' has been moved from ape to pegas,
22     see help("ape-defunct") for details.')
23
24 theta.s <- function(s, n, variance = FALSE)
25     .Defunct(msg = '\'theta.s\' has been moved from ape to pegas,
26     see help("ape-defunct") for details.')