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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to