Displaying 1 result from an estimated 1 matches for "minmaxminmaxminmax".
2010 Oct 20
3
combine vectors in an alternating way
I have two vectors
min
0.2, 0.3, 0.6, 0.1
max
0.4,0.5,0.7,0.4
Is there a way to combine these two vector so that the values will be taken
from the vectors alternating so that I will get a new
minmaxminmaxminmax-vector?
minmax
0.2,0.4,0.3,0.5,0.6,0.7,0.1,0.4
Any help is much appreciated
--
View this message in context: http://r.789695.n4.nabble.com/combine-vectors-in-an-alternating-way-tp3003742p3003742.html
Sent from the R help mailing list archive at Nabble.com.