interweave {arrayMagic}R Documentation

interweave

Description

very unimportant ... AsIs class objects A or B are coerced to a vector

Arguments

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

Details

Value

Author(s)

Andreas Buness <a.buness@dkfz.de>

See Also

Examples

    x <- seq(1,100,2)
    y <- seq(2,100,2)
    z <- interweave(x,y)
    stopifnot( all.equal(z,1:100) )
        

[Package Contents]