]> git.donarmstrong.com Git - ape.git/blobdiff - man/write.nexus.Rd
final corrections for ape 3.0-6
[ape.git] / man / write.nexus.Rd
index 05341ff9650ff02a82704874d29f5cc2e9e382c2..d4f145f04a391a1b5f4ba4cfbe850d3d54acf669 100644 (file)
@@ -2,10 +2,10 @@
 \alias{write.nexus}
 \title{Write Tree File in Nexus Format}
 \usage{
-write.nexus(..., file = "", translate = TRUE, original.data = TRUE)
+write.nexus(..., file = "", translate = TRUE)
 }
 \arguments{
-  \item{...}{either (i) a single object of class \code{"phylo"}, (ii) a
+  \item{\dots}{either (i) a single object of class \code{"phylo"}, (ii) a
     series of such objects separated by commas, or (iii) a list
     containing such objects.}
   \item{file}{a file name specified by either a variable of mode character,
@@ -14,18 +14,11 @@ write.nexus(..., file = "", translate = TRUE, original.data = TRUE)
   \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}{a logical, if \code{TRUE} (the default) the
-    data in the original NEXUS file are eventually written in
-    \code{"file"} (see below).}
 }
 \description{
   This function writes trees in a file with the NEXUS format.
 }
 \details{
-  If \code{original.data = TRUE}, the file as specified by the attribute
-  \code{"origin"} of the first tree is read and its data (except the
-  trees) are written in \code{file}.
-
   If several trees are given, they must have all the same tip labels.
 
   If among the objects given some are not trees of class \code{"phylo"},
@@ -40,7 +33,7 @@ write.nexus(..., file = "", translate = TRUE, original.data = TRUE)
     Biology}, \bold{46}, 590--621.
 }
 
-\author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}}
+\author{Emmanuel Paradis}
 \seealso{
   \code{\link{read.nexus}}, \code{\link{read.tree}},
   \code{\link{write.tree}}, \code{\link{read.nexus.data}},