[R] Foreach help!
Cloneberry
cloneberry at gmail.com
Wed Aug 1 16:09:35 CEST 2012
Hi,
just during these vacation days, I'm trying to approach with multicore
package
and I have some troubles with foreach.
ex.
foreach(.combine=c, ii=1:200, jj=1:500) %dopar% makefunction[ii,jj]
Command seem to work but if I see ii and jj value at the and of cycle, they
are both 200
instead than ii=200 and jj=500.
Why??
Can someone help me?
Thank you in advance.
Max
--
View this message in context: http://r.789695.n4.nabble.com/Foreach-help-tp4638688.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list