[Analogue-commits] r149 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 16 19:42:23 CEST 2009


Author: gsimpson
Date: 2009-08-16 19:42:23 +0200 (Sun, 16 Aug 2009)
New Revision: 149

Modified:
   pkg/man/join.Rd
Log:
Add check of r148 to example in join.Rd

Modified: pkg/man/join.Rd
===================================================================
--- pkg/man/join.Rd	2009-08-16 17:30:58 UTC (rev 148)
+++ pkg/man/join.Rd	2009-08-16 17:42:23 UTC (rev 149)
@@ -98,6 +98,9 @@
 swapdiat <- dat[[1]] / 100
 rlgh <- dat[[2]] / 100
 
+## merge training and test set using left join
+head(join(swapdiat, rlgh, verbose = TRUE, type = "left"))
+
 ## load the example data
 data(ImbrieKipp)
 data(SumSST)
@@ -116,9 +119,6 @@
 ## show just the last few lines of each data set
 tail(dat, n = 4)
 
-## merge training and test set using left join
-head(join(ImbrieKipp, V12.122, verbose = TRUE, type = "left"))
-
 ## merge training and test set using inner join
 head(join(ImbrieKipp, V12.122, verbose = TRUE, type = "inner"))
 



More information about the Analogue-commits mailing list