search for: tp4636104

Displaying 1 result from an estimated 1 matches for "tp4636104".

Did you mean: tp4630104
2012 Jul 11
1
browser() question
...+ for (i in 1:(n-k+1)) { + if (all(x[i:(i+k-1)]==1)) runs <- c(runs,i) + if (i>1) browser() + } + return(runs) + } > findruns(x,2) Called from: findruns(x, 2) Browse[1]> i [1] 2 Browse[1]> -- View this message in context: http://r.789695.n4.nabble.com/browser-question-tp4636104.html Sent from the R help mailing list archive at Nabble.com.