[R] split array into groups by value

pavlo pmizenin at gmail.com
Tue Mar 6 03:53:34 CET 2012


I have an array 
l <- c(1,1,1,1, 0,0,0,0,0, 1,1,1,1,1,1)

I would like to get a rugged array
[[1]] 1,1,1,1
[[2]] 0,0,0,0,0
[[3]] 1,1,1,1,1,1

catching every group of contiguous repeated values.  Any help would be
greatly appreciated!
-Pavel



--
View this message in context: http://r.789695.n4.nabble.com/split-array-into-groups-by-value-tp4448578p4448578.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list