[Seqinr-commits] r1971 - in pkg/man: . figures

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jun 30 20:33:09 CEST 2016


Author: jeanlobry
Date: 2016-06-30 20:33:09 +0200 (Thu, 30 Jun 2016)
New Revision: 1971

Added:
   pkg/man/figures/introduction-dbg.pdf
   pkg/man/figures/lncs2004.pdf
Modified:
   pkg/man/get.db.growth.Rd
Log:
adding figures in the dia.db.growth function

Added: pkg/man/figures/introduction-dbg.pdf
===================================================================
(Binary files differ)


Property changes on: pkg/man/figures/introduction-dbg.pdf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pkg/man/figures/lncs2004.pdf
===================================================================
(Binary files differ)


Property changes on: pkg/man/figures/lncs2004.pdf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: pkg/man/get.db.growth.Rd
===================================================================
--- pkg/man/get.db.growth.Rd	2016-06-30 17:44:29 UTC (rev 1970)
+++ pkg/man/get.db.growth.Rd	2016-06-30 18:33:09 UTC (rev 1971)
@@ -24,13 +24,38 @@
 \value{
   A dataframe with the statistics from the embl site.
 }
-\references{\url{http://www.ebi.ac.uk/embl/Documentation/Release_notes/current/relnotes.txt}
 
+\details{
+This is a screenshot from fig. 1 in Lobry (2004):
+
+\if{html}{\figure{lncs2004.pdf}{options: width=400}}
+\if{latex}{\figure{lncs2004.pdf}{options: width=\textwidth}}
+
+At that time the doubling time was 16.9 months. This is an
+update in 2016 from release 3.1-5 of the seqinr tutorial
+\url{http://seqinr.r-forge.r-project.org/seqinr_3_1-5.pdf}:
+
+\if{html}{\figure{introduction-dbg.pdf}{options: width=400}}
+\if{latex}{\figure{introduction-dbg.pdf}{options: width=\textwidth}}
+
+The doubling time was 18.8 monts in this update. The fit to
+Moore's law is still striking over such a long period.
+
+}
+\references{
+\url{http://www.ebi.ac.uk/embl/Documentation/Release_notes/current/relnotes.txt}
+
+Lobry, J.R. (2004) Life History Traits and Genome Structure:
+Aerobiosis and G+C Content in Bacteria. \emph{Lectures Notes in Computer Sciences},
+\bold{3039}:679-686.
+
 \code{citation("seqinr")}
 }
 \author{J.R. Lobry}
 \examples{
-\dontrun{data <- get.db.growth()}
-\dontrun{dia.db.growth(data)}
-}
+\dontrun{
+  ### Need internet connection
+  data <- get.db.growth()
+  dia.db.growth(data)
+}}
 \keyword{utilities}



More information about the Seqinr-commits mailing list