[R] combine vectors in an alternating way
fugelpitch
jonas at runtimerecords.net
Wed Oct 20 14:13:17 CEST 2010
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.
More information about the R-help
mailing list