[Phylobase-commits] r406 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Dec 27 16:55:58 CET 2008
Author: bbolker
Date: 2008-12-27 16:55:58 +0100 (Sat, 27 Dec 2008)
New Revision: 406
Added:
pkg/man/deprecated.Rd
Removed:
pkg/man/printphylo.Rd
Log:
change docs to deprecated status
Added: pkg/man/deprecated.Rd
===================================================================
--- pkg/man/deprecated.Rd (rev 0)
+++ pkg/man/deprecated.Rd 2008-12-27 15:55:58 UTC (rev 406)
@@ -0,0 +1,19 @@
+\name{printphylo}
+\alias{printphylo}
+\title{Deprecated functions}
+\description{
+ Functions which are no longer used (or suggested)
+}
+\usage{
+printphylo(x, printlen = 6, ...)
+}
+\arguments{
+ \item{x}{A phylo4 object}
+ \item{printlen}{Maximum number of tip labels to print}
+ \item{\dots}{Included for consistency}
+}
+\value{
+ \code{printphylo} prints a short description of the object
+}
+\author{Ben Bolker (copied from print.phylo in ape package)}
+\keyword{misc}
Deleted: pkg/man/printphylo.Rd
===================================================================
--- pkg/man/printphylo.Rd 2008-12-26 20:48:45 UTC (rev 405)
+++ pkg/man/printphylo.Rd 2008-12-27 15:55:58 UTC (rev 406)
@@ -1,19 +0,0 @@
-\name{printphylo}
-\alias{printphylo}
-\title{print a phylogeny}
-\description{
- Prints a short description of a phylo4 object
-}
-\usage{
-printphylo(x, printlen = 6, ...)
-}
-\arguments{
- \item{x}{A phylo4 object}
- \item{printlen}{Maximum number of tip labels to print}
- \item{\dots}{Included for consistency}
-}
-\value{
- Prints a short description of the object
-}
-\author{Ben Bolker (copied from print.phylo in ape package)}
-\keyword{misc}
More information about the Phylobase-commits
mailing list