X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fwrite.nexus.Rd;h=faf2ef63bf381d93929750b51e339aefb811e027;hb=21426f51c5940cb37f3198a7853ef59743729b85;hp=a3e66aac2658c5fc79e6a6c981c38b269bc49597;hpb=21eb56120c84786502f24ff9c27b39d5badfe1f7;p=ape.git diff --git a/man/write.nexus.Rd b/man/write.nexus.Rd index a3e66aa..faf2ef6 100644 --- a/man/write.nexus.Rd +++ b/man/write.nexus.Rd @@ -2,7 +2,7 @@ \alias{write.nexus} \title{Write Tree File in Nexus Format} \usage{ -write.nexus(..., file = "", translate = TRUE, original.data = TRUE) +write.nexus(..., file = "", translate = TRUE, original.data = NULL) } \arguments{ \item{\dots}{either (i) a single object of class \code{"phylo"}, (ii) a @@ -14,18 +14,12 @@ 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).} + \item{original.data}{deprecated; will be removed soon.} } \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"},