]> git.donarmstrong.com Git - ape.git/blobdiff - R/compute.brtime.R
new files for ape 3.0
[ape.git] / R / compute.brtime.R
index 822f6f2732f88806c2a071e913f69b06db1df682..35a358ab0812f6dc4e46381e8ce5bfe254122996 100644 (file)
@@ -16,7 +16,7 @@ compute.brtime <-
     m <- phy$Nnode
     N <- Nedge(phy)
 
-    ## x: branching times (aka, node ages or heights)
+    ## x: branching times (aka, node ages, depths, or heights)
 
     if (identical(method, "coalescent")) { # the default
         x <- 2 * rexp(m)/(as.double((m + 1):2) * as.double(m:1))