[Seqinr-commits] r1472 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Oct 11 18:54:29 CEST 2008
Author: lobry
Date: 2008-10-11 18:54:29 +0200 (Sat, 11 Oct 2008)
New Revision: 1472
Added:
pkg/man/print.qaw.Rd
Log:
class qaw has gained a generic print method
Added: pkg/man/print.qaw.Rd
===================================================================
--- pkg/man/print.qaw.Rd (rev 0)
+++ pkg/man/print.qaw.Rd 2008-10-11 16:54:29 UTC (rev 1472)
@@ -0,0 +1,30 @@
+\name{print.qaw}
+\alias{print.qaw}
+\title{Print method for objects from class qaw}
+\description{
+ Print the number of elements, their type and the corresponding query.
+}
+\usage{
+\method{print}{qaw}(x, ...)
+}
+\arguments{
+ \item{x}{A objet of class \code{qaw}}
+ \item{\dots}{not used}
+}
+\value{
+ None.
+}
+\references{
+\code{citation("seqinr")}
+}
+\author{J.R. Lobry}
+\seealso{\code{\link{print}} }
+\examples{
+\dontrun{
+ ### Need internet connection
+ choosebank("emblTP")
+ query("sp=felis catus")
+ list1
+ # 4732 SQ for sp=felis catus
+ }
+}
More information about the Seqinr-commits
mailing list