powered by
qpcR rbind.na method.
rbindna(..., deparse.level = 1)
(generalized) vectors or matrices. See base::rbind
integer controlling the construction of labels in the case of non-matrix-like arguments. See base::rbind
a matrix combining the ... arguments row-wise.
# NOT RUN { ### Vectors: a <- c(rep(1, 5), NA, seq(1:5)) b <- c(rep(1, 4), NA, seq(1:7)) # Complete shorter vector with NAs: rbindna(a,b) # }
Run the code above in your browser using DataLab