Is there a way to cbind column(s) or rbind row(s) to a NumericMatrix in Rcpp? I have made a NumericVector that is the same length as the number of rows of a NumericMatrix, and was wondering how to (c)bind them together. Thanks HLM