interweave {arrayMagic} | R Documentation |
very unimportant ...
AsIs
class objects A or B are coerced to a vector
A |
vectors, matrices, one- and two-dimensional arrays;
an AsIs class object is coerced to a vector |
B |
vectors, matrices, one- and two-dimensional arrays;
an AsIs class object is coerced to a vector |
Andreas Buness <a.buness@dkfz.de>
x <- seq(1,100,2) y <- seq(2,100,2) z <- interweave(x,y) stopifnot( all.equal(z,1:100) )