[R] Append to a vector?

Bjørn-Helge Mevik b.h.mevik at usit.uio.no
Fri Aug 8 09:14:00 CEST 2008


Why not simply

a <- c(a, 5)

or 

a <- c(a, b)

if b is another vector.

-- 
Bjørn-Helge Mevik



More information about the R-help mailing list