]> git.donarmstrong.com Git - ape.git/blobdiff - man/as.phylo.Rd
some big fixes for ape 2.7-1
[ape.git] / man / as.phylo.Rd
index 86b48ba6988aa1b0d03c19d32f4f90e949d89106..4124046b3f71427064df77ea2e5d79b665be6895 100644 (file)
@@ -83,8 +83,9 @@ layout(matrix(1:2, 2, 1))
 plot(bird.orders, font = 1, no.margin = TRUE)
 par(mar = c(0, 0, 0, 8))
 plot(dend, horiz = TRUE)
-layout(matrix(1, 1, 1))
+layout(matrix(1))
 
+\dontrun{
 ### convert into networks:
 if (require(network)) {
     x <- as.network(rtree(10))
@@ -100,4 +101,5 @@ if (require(igraph)) {
     print(as.igraph(tr, FALSE, FALSE))
 }
 }
+}
 \keyword{manip}