]> git.donarmstrong.com Git - ape.git/blobdiff - man/node.depth.Rd
some changes for ape 3.0-6
[ape.git] / man / node.depth.Rd
index e4c7bf9bcecf6b812634ef14ad3c8d9aa5458098..0741c7a4779871d500b1b7f09a4bbf9b00a4c9c3 100644 (file)
@@ -1,6 +1,6 @@
 \name{node.depth}
 \alias{node.depth}
-\alias{node.depth.length}
+\alias{node.depth.edgelength}
 \alias{node.height}
 \alias{node.height.clado}
 \title{Depth and Heights of Nodes and Tips}
@@ -9,7 +9,7 @@
 }
 \usage{
 node.depth(phy)
-node.depth.length(phy)
+node.depth.edgelength(phy)
 node.height(phy)
 node.height.clado(phy)
 }
@@ -20,7 +20,7 @@ node.height.clado(phy)
   \code{node.depth} computes the depth of a node as the number of tips
   which are its descendants. The value of 1 is given to the tips.
 
-  \code{node.depth.length} does the same but using branch lengths.
+  \code{node.depth.edgelength} does the same but using branch lengths.
 
   \code{node.height} computes the heights of nodes and tips as plotted
   by a phylogram.