]> git.donarmstrong.com Git - ape.git/blobdiff - man/write.nexus.Rd
final commit for ape 3.0-8
[ape.git] / man / write.nexus.Rd
index faf2ef63bf381d93929750b51e339aefb811e027..b9713add7e1ecf51d2c9f12dc79a0864f6544520 100644 (file)
@@ -2,7 +2,7 @@
 \alias{write.nexus}
 \title{Write Tree File in Nexus Format}
 \usage{
-write.nexus(..., file = "", translate = TRUE, original.data = NULL)
+write.nexus(..., file = "", translate = TRUE)
 }
 \arguments{
   \item{\dots}{either (i) a single object of class \code{"phylo"}, (ii) a
@@ -14,16 +14,15 @@ write.nexus(..., file = "", translate = TRUE, original.data = NULL)
   \item{translate}{a logical, if \code{TRUE} (the default) a translation
     of the tip labels is done which are replaced in the parenthetic
     representation with tokens.}
-  \item{original.data}{deprecated; will be removed soon.}
 }
 \description{
   This function writes trees in a file with the NEXUS format.
 }
 \details{
-  If several trees are given, they must have all the same tip labels.
+  If several trees are given, they must all have the same tip labels.
 
   If among the objects given some are not trees of class \code{"phylo"},
-  they are simply skipped and not written to the file.
+  they are simply skipped and not written in the file.
 }
 \value{
   None (invisible `NULL').