Skip to content
Prev 317601 / 398506 Next

How to stack row vector on top of each other?

Hi,

Actually, ?"c"

 > a <- rnorm(10)
 > b <- rnorm(10)
 > d <- c(a,b)
 > length(d)
[1] 20

HTH,
Pascal


Le 15/02/2013 10:08, C W a ?crit :