摘要:
Combine R Objects by Rows or ColumnsPackage:baseTake a sequence of vector, matrix or data frames arguments and combine by columns or rows, respectively. These are generic functions with methods for other R classes.Usagecbind(..., deparse.level = 1)rbind(..., deparse.level = 1)> m<-cbind(1,1:7) 阅读全文