[Analogue-commits] r197 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 29 21:09:34 CEST 2010


Author: gsimpson
Date: 2010-09-29 21:09:33 +0200 (Wed, 29 Sep 2010)
New Revision: 197

Modified:
   pkg/man/densityplot.residLen.Rd
   pkg/man/hist.residLen.Rd
   pkg/man/histogram.residLen.Rd
   pkg/man/plot.residLen.Rd
Log:
swap examples to use the imbrie & kipp data which results in an 8-second reduction in package check times

Modified: pkg/man/densityplot.residLen.Rd
===================================================================
--- pkg/man/densityplot.residLen.Rd	2010-09-29 17:32:33 UTC (rev 196)
+++ pkg/man/densityplot.residLen.Rd	2010-09-29 19:09:33 UTC (rev 197)
@@ -25,10 +25,11 @@
 \seealso{\code{\link{residLen}}, \code{\link{plot.residLen}},
   \code{\link{hist.residLen}}, \code{\link{histogram.residLen}}.}
 \examples{
-data(swapdiat, swappH, rlgh)
+## load the Imbrie and Kipp example data
+data(ImbrieKipp, SumSST, V12.122)
 
-## squared residual lengths for RLGH
-rlens <- residLen(swapdiat, swappH, rlgh)
+## squared residual lengths for Core V12.122
+rlens <- residLen(ImbrieKipp, SumSST, V12.122)
 rlens
 
 ## plot the density functions of the residual distances

Modified: pkg/man/hist.residLen.Rd
===================================================================
--- pkg/man/hist.residLen.Rd	2010-09-29 17:32:33 UTC (rev 196)
+++ pkg/man/hist.residLen.Rd	2010-09-29 19:09:33 UTC (rev 197)
@@ -44,10 +44,11 @@
 \seealso{\code{\link{residLen}}, \code{\link{plot.residLen}},
   \code{\link{histogram.residLen}}, \code{\link{densityplot.residLen}}.}
 \examples{
-data(swapdiat, swappH, rlgh)
+## load the Imbrie and Kipp example data
+data(ImbrieKipp, SumSST, V12.122)
 
-## squared residual lengths for RLGH
-rlens <- residLen(swapdiat, swappH, rlgh)
+## squared residual lengths for Core V12.122
+rlens <- residLen(ImbrieKipp, SumSST, V12.122)
 rlens
 
 ## plot a histogram of the residual distances

Modified: pkg/man/histogram.residLen.Rd
===================================================================
--- pkg/man/histogram.residLen.Rd	2010-09-29 17:32:33 UTC (rev 196)
+++ pkg/man/histogram.residLen.Rd	2010-09-29 19:09:33 UTC (rev 197)
@@ -33,10 +33,11 @@
 \seealso{\code{\link{residLen}}, \code{\link{plot.residLen}},
   \code{\link{hist.residLen}}, \code{\link{densityplot.residLen}}.}
 \examples{
-data(swapdiat, swappH, rlgh)
+## load the Imbrie and Kipp example data
+data(ImbrieKipp, SumSST, V12.122)
 
-## squared residual lengths for RLGH
-rlens <- residLen(swapdiat, swappH, rlgh)
+## squared residual lengths for Core V12.122
+rlens <- residLen(ImbrieKipp, SumSST, V12.122)
 rlens
 
 ## plot a histogram of the residual distances

Modified: pkg/man/plot.residLen.Rd
===================================================================
--- pkg/man/plot.residLen.Rd	2010-09-29 17:32:33 UTC (rev 196)
+++ pkg/man/plot.residLen.Rd	2010-09-29 19:09:33 UTC (rev 197)
@@ -37,10 +37,11 @@
 \seealso{\code{\link{residLen}}, \code{\link{plot.residLen}},
   \code{\link{histogram.residLen}}, \code{\link{densityplot.residLen}}.}
 \examples{
-data(swapdiat, swappH, rlgh)
+## load the Imbrie and Kipp example data
+data(ImbrieKipp, SumSST, V12.122)
 
-## squared residual lengths for RLGH
-rlens <- residLen(swapdiat, swappH, rlgh)
+## squared residual lengths for Core V12.122
+rlens <- residLen(ImbrieKipp, SumSST, V12.122)
 rlens
 
 ## plot a histogram of the residual distances



More information about the Analogue-commits mailing list