[Gtdb-commits] r27 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 6 09:33:52 CET 2009


Author: dahinds
Date: 2009-11-06 09:33:51 +0100 (Fri, 06 Nov 2009)
New Revision: 27

Modified:
   www/index.php
Log:
Fixed typo, added a few more examples


Modified: www/index.php
===================================================================
--- www/index.php	2009-11-06 07:36:11 UTC (rev 26)
+++ www/index.php	2009-11-06 08:33:51 UTC (rev 27)
@@ -62,7 +62,7 @@
   </li>
   <li>Create a temporary SQLite database
 <pre>
-library(SQLite)
+library(RSQLite)
 fname <- tempfile()
 dbh <- dbConnect(dbDriver('SQLite'), fname)
 </pre>
@@ -77,8 +77,12 @@
   </li>
   <li>Explore the code examples!
 <pre>
+example(fetch.gt.data)
+example(fetch.pt.data)
 example(prcomp.gt.data)
 example(xyplot.gt.data)
+example(ld.plot)
+example(score.gt.data)
 </pre>
   </li>
 </ul>



More information about the Gtdb-commits mailing list