[Seqinr-commits] r1519 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 21 07:42:13 CET 2009


Author: lobry
Date: 2009-01-21 07:42:13 +0100 (Wed, 21 Jan 2009)
New Revision: 1519

Modified:
   pkg/man/consensus.Rd
Log:
enumerate was missing

Modified: pkg/man/consensus.Rd
===================================================================
--- pkg/man/consensus.Rd	2009-01-21 06:39:08 UTC (rev 1518)
+++ pkg/man/consensus.Rd	2009-01-21 06:42:13 UTC (rev 1519)
@@ -26,7 +26,7 @@
    to \code{\link{bma}}.}
 }
 \details{
-
+  \enumerate{
   \item{"majority"}{The character with the higher frequency is returned as the
   consensus character.}
 
@@ -41,7 +41,7 @@
 
   \item{"profile"}{With this method a matrix with the count of each possible
   character at each position is returned.}
-
+  }
 \code{con} is a short form for \code{consensus}.
 
 }



More information about the Seqinr-commits mailing list