]> git.donarmstrong.com Git - ape.git/blobdiff - man/mst.Rd
add delta.plot + clarify doc in write.tree.Rd
[ape.git] / man / mst.Rd
index e2c0f604a4fcf378b8abff7c6fd767ae685b115b..06c9dfabdde237303e3da709fcef6b4746ff7522 100644 (file)
@@ -61,9 +61,8 @@ mst(X)
   \code{\link[stats]{dist}}, \code{\link[graphics]{plot}}
 }
 \examples{
-library(stats)
-n <- 20
-X <- matrix(runif(n * 10), n, 10)
+require(stats)
+X <- matrix(runif(200), 20, 10)
 d <- dist(X)
 PC <- prcomp(X)
 M <- mst(d)