[R] Adding variables

tzygmund mcfarlane tzygmund at googlemail.com
Sat Sep 26 17:16:02 CEST 2009


Hi,

For very large matrices, is this the most efficient way to add two
variables together?

#############################
attach(attenu)
new<-rowSums(cbind(mag, station))
#############################

Also, could I be directed to some resources for working with very
large datasets?

Thanks




More information about the R-help mailing list