Skip to content
Prev 7135 / 10988 Next

[Rcpp-devel] cbind column(s) or rbind row(s) to a NumericMatrix

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