]> git.donarmstrong.com Git - ape.git/blobdiff - man/rotate.Rd
various updates for ape 2.7-2 (fixed)
[ape.git] / man / rotate.Rd
index a901bf827bc1ad7cd81c53ddb969cba93643289d..f6ad0fe658a30e4b049d5e4234cc624aa6bed238 100644 (file)
@@ -39,7 +39,7 @@ nodelabels()
 tre.new <- rotate(tre, 30)
 
 # compare the results:
-par(mfrow=c(1,2)) # devide graphical device
+par(mfrow=c(1,2)) # split graphical device
 plot(tre) # plot old tre
 plot(tre.new) # plot new tree
 
@@ -51,7 +51,7 @@ tiplabels()
 tre.new <- rotate(tre, c(12, 21))
 
 # compare the results:
-par(mfrow=c(1,2)) # devide graphical device
+par(mfrow=c(1,2)) # split graphical device
 plot(tre) # plot old tre
 plot(tre.new) # plot new tree