[Rcolony-commits] r48 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun May 10 23:46:34 CEST 2009
Author: jonesor
Date: 2009-05-10 23:46:34 +0200 (Sun, 10 May 2009)
New Revision: 48
Modified:
pkg/man/build.colony.input.Rd
Log:
Fixed build input function, wrong number of columns in tabular
Modified: pkg/man/build.colony.input.Rd
===================================================================
--- pkg/man/build.colony.input.Rd 2009-05-08 09:32:48 UTC (rev 47)
+++ pkg/man/build.colony.input.Rd 2009-05-10 21:46:34 UTC (rev 48)
@@ -46,7 +46,7 @@
An example file of the allele frequency data is shown below.
-\tabular{rrrrrrrrrrrrrrrr}{
+\tabular{rrrrrrrrrrrrrrr}{
1 \tab 2 \tab 3 \tab 4 \tab 5 \tab 6 \tab 7 \tab 8 \tab 9 \tab 10 \tab 11 \tab 12 \tab \tab \tab \tab \cr
0.1000 \tab 0.0600 \tab 0.0350 \tab 0.0700 \tab 0.0700 \tab 0.1400 \tab 0.1500 \tab 0.0550 \tab 0.0550 \tab 0.0250 \tab 0.1350 \tab 0.1050 \tab \tab \tab \tab \cr
1 \tab 2 \tab 3 \tab 4 \tab 5 \tab 6 \tab 7 \tab 8 \tab 9 \tab 10 \tab 11 \tab 12 \tab 13 \tab \tab \tab \cr
More information about the Rcolony-commits
mailing list