X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Frotate.Rd;h=f6ad0fe658a30e4b049d5e4234cc624aa6bed238;hb=48681c35f7904c17b064de9c6bf96d84581e9e52;hp=850247a28cf4675f29b9b389efed8a8c5095b9d0;hpb=e5e13543a283e5b45e4f03d095a177a17317cbf7;p=ape.git diff --git a/man/rotate.Rd b/man/rotate.Rd index 850247a..f6ad0fe 100644 --- a/man/rotate.Rd +++ b/man/rotate.Rd @@ -39,13 +39,11 @@ nodelabels() tre.new <- rotate(tre, 30) # compare the results: -X11() # open new graphical device -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 # visualize labels of terminal nodes: -X11() # open new graphical device plot.phylo(tre) tiplabels() @@ -53,8 +51,7 @@ tiplabels() tre.new <- rotate(tre, c(12, 21)) # compare the results: -X11() # open new graphical device -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 @@ -62,7 +59,6 @@ plot(tre.new) # plot new tree tre.new <- rotate(tre, c("t3", "t14")) # compare the results: -X11() # open new graphical device par(mfrow=c(1,2)) # devide graphical device plot(tre) # plot old tre plot(tre.new) # plot new tree