[Phylobase-commits] r492 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 19 02:01:50 CEST 2009
Author: pdc
Date: 2009-08-19 02:01:50 +0200 (Wed, 19 Aug 2009)
New Revision: 492
Modified:
pkg/man/phylo4-class.Rd
pkg/man/phylo4d-class.Rd
Log:
update print and summary method docs to match code
Modified: pkg/man/phylo4-class.Rd
===================================================================
--- pkg/man/phylo4-class.Rd 2009-08-19 00:00:23 UTC (rev 491)
+++ pkg/man/phylo4-class.Rd 2009-08-19 00:01:50 UTC (rev 492)
@@ -39,16 +39,16 @@
\item{tail}{\code{signature(object = "phylo4")}: show last few nodes} }
}
\usage{
- \S4method{print}{phylo4}(x,printlen,\dots)
- \S4method{summary}{phylo4}(x,quiet=FALSE,\dots)
+ \S4method{print}{phylo4}(x, printall)
+ \S4method{summary}{phylo4}(object, quiet=FALSE)
\S4method{names}{phylo4}(x)
}
\arguments{
\item{x}{a phylo4 object}
- \item{printlen}{Maximum number of tip labels to print}
+ \item{object}{a phylo4 object}
+ \item{printall}{If TRUE all tip labels are printed}
\item{quiet}{a logical stating whether the results of the summary
should be printed to the screen (FALSE, default) or not (TRUE)}
- \item{\dots}{additional arguments (for generic consistency)}
}
\value{
The \code{summary} method invisibly returns a list with the
Modified: pkg/man/phylo4d-class.Rd
===================================================================
--- pkg/man/phylo4d-class.Rd 2009-08-19 00:00:23 UTC (rev 491)
+++ pkg/man/phylo4d-class.Rd 2009-08-19 00:01:50 UTC (rev 492)
@@ -42,14 +42,14 @@
}
}
\usage{
- \S4method{print}{phylo4d}(x,printlen,\dots)
- \S4method{summary}{phylo4d}(x,\dots)
+ \S4method{print}{phylo4d}(x, printall=TRUE)
+ \S4method{summary}{phylo4d}(object)
\S4method{names}{phylo4d}(x)
}
\arguments{
\item{x}{a phylo4d object}
- \item{printlen}{maximum number of tip labels to print}
- \item{\dots}{additional arguments (for generic consistency)}
+ \item{object}{a phylo4d object}
+ \item{printall}{If TRUE all tip labels are printed}
}
\value{
The \code{summary} method invisibly returns a list with the
More information about the Phylobase-commits
mailing list