Revision 5b250057c35873a736c71b186a6b298f15b8915e authored by Emmanuel Paradis on 01 February 2010, 00:00:00 UTC, committed by Gabor Csardi on 01 February 2010, 00:00:00 UTC
1 parent 493b4a4
Raw File
ape-defunct.R
klastorin <- function(phy)
    .Defunct(msg = '\'klastorin\' has been removed from ape,
    see help("ape-defunct") for details.')

mlphylo <-
    function(x, phy, model = DNAmodel(), search.tree = FALSE,
             quiet = FALSE, value = NULL, fixed = FALSE)
    .Defunct(msg = '\'mlphylo\' has been removed from ape,
    see help("ape-defunct") for details.')

DNAmodel <- function(model = "K80", partition = 1,
         ncat.isv = 1, invar = FALSE,
         equal.isv = TRUE, equal.invar = 1)
    .Defunct(msg = '\'DNAmodel\' has been removed from ape,
    see help("ape-defunct") for details.')

sh.test <- function(..., x, model = DNAmodel(), B = 100)
    .Defunct(msg = '\'sh.test\' has been removed from ape,
    see help("ape-defunct") for details.')
back to top