[R] cbind

r.ookie r.ookie at live.com
Sun Aug 22 00:53:46 CEST 2010


Is there a way to rename the columns to something like A and B in the cbind function?

x <- rnorm(n = 10, mean = 0, sd = 1)
y <- rnorm(n = 10, mean = 0, sd = 1)
cbind(x,y)



More information about the R-help mailing list