On 27/11/10 19:04:27, Serdar Akin wrote: > Hi > No its has to be like this: > a b > 1 1 > 2 2 > 3 3 > 4 > 5 > 6
Hmm, "empty" elements in such an array? Seems not really recommended, if it's possible at all. You may try filling up the shorter vector with NA's or any other values that your application can understand appropriately. Then do rbind or cbind, as necessary. Georg. PS: you may also reply to the r-help list -- Research Assistant Otto-von-Guericke-Universität Magdeburg resea...@georgruss.de http://research.georgruss.de ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.