powered by
"c"(x, ..., recursive = FALSE) "rbind"(x, ..., deparse.level = 1) "cbind"(x, ..., deparse.level = 1) "[["(x, i, j, ...) "$"(x, name)
data(chipExampleBig) x <- c(chipExampleBig[[1]],chipExampleBig[[2]]) y <- rbind(chipExampleBig[[1]],chipExampleBig[[2]])
Run the code above in your browser using DataLab